Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java58 private int mIconColor; field in NotificationInfo
80 mIconColor = statusBarNotification.getNotification().color; in NotificationInfo()
124 mIconColor = IconPalette.resolveContrastColor(context, mIconColor, background); in getIconForBackground()
129 icon.setTint(mIconColor); in getIconForBackground()
/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/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/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java351 mIconColor, in getConstantState()