Searched refs:mIconColor (Results 1 – 4 of 4) sorted by relevance
58 private int mIconColor; field in NotificationInfo80 mIconColor = statusBarNotification.getNotification().color; in NotificationInfo()124 mIconColor = IconPalette.resolveContrastColor(context, mIconColor, background); in getIconForBackground()129 icon.setTint(mIconColor); in getIconForBackground()
39 private final int mIconColor; field in PlayControlsButton65 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()
36 private int mIconColor; field in ColoredPreference66 mIconColor = a.getColor(R.styleable.ColoredPreference_iconColor, /* defValue= */ 0); in init()76 if (mIconColor != 0) { in onBindViewHolder()77 getIcon().setTint(mIconColor); in onBindViewHolder()
351 mIconColor, in getConstantState()