Searched refs:mIconColor (Results 1 – 4 of 4) sorted by relevance
53 protected final int mIconColor; field in FastBitmapDrawable94 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.FastBitmapConstantState300 mIconColor = color; in FastBitmapConstantState()306 return new FastBitmapDrawable(mBitmap, mIconColor, mIsDisabled); in newDrawable()
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()
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()
362 mIconColor, in newConstantState()