Searched refs:mIconColor (Results 1 – 4 of 4) sorted by relevance
55 private int mIconColor; field in NotificationInfo76 mIconColor = statusBarNotification.getNotification().color; in NotificationInfo()119 mIconColor = IconPalette.resolveContrastColor(context, mIconColor, background); in getIconForBackground()124 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()
63 protected final int mIconColor; field in FastBitmapDrawable111 mIconColor = iconColor; in FastBitmapDrawable()353 return new MyConstantState(mBitmap, mIconColor, mIsDisabled); in getConstantState()358 protected final int mIconColor; field in FastBitmapDrawable.MyConstantState363 mIconColor = color; in MyConstantState()369 return new FastBitmapDrawable(mBitmap, mIconColor, mIsDisabled); in newDrawable()
117 mIndicatorColor = IconPalette.getPreloadProgressColor(context, mIconColor); in PreloadIconDrawable()