Home
last modified time | relevance | path

Searched refs:mIconColor (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java53 protected final int mIconColor; field in FastBitmapDrawable
94 mIconColor = iconColor; in FastBitmapDrawable()
120 return mIconColor; in getIconColor()
271 return new FastBitmapConstantState(mBitmap, mIconColor, mIsDisabled); in getConstantState()
295 protected final int mIconColor; field in FastBitmapDrawable.FastBitmapConstantState
300 mIconColor = color; in FastBitmapConstantState()
306 return new FastBitmapDrawable(mBitmap, mIconColor, mIsDisabled); in newDrawable()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DColoredPreference.java36 private int mIconColor; field in ColoredPreference
66 mIconColor = a.getColor(R.styleable.ColoredPreference_iconColor, /* defValue= */ 0); in init()
76 if (mIconColor != 0) { in onBindViewHolder()
77 getIcon().setTint(mIconColor); in onBindViewHolder()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsButton.java39 private final int mIconColor; field in PlayControlsButton
65 mIconColor = context.getResources().getColor(R.color.play_controls_icon_color); in PlayControlsButton()
66 mIconFocusedColor = mIconColor; in PlayControlsButton()
71 int newTintColor = hasFocus() ? mIconFocusedColor : mIconColor; in setImageResId()
101 final ValueAnimator valueAnimator = ValueAnimator.ofArgb(mIconColor, color); in setFocusedIconColor()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java362 mIconColor, in newConstantState()