Searched refs:mTintColor (Results 1 – 4 of 4) sorted by relevance
26 private int mTintColor; field in QuickContactImageView48 mTintColor = color; in setTint()81 setTint(mTintColor); in setImageDrawable()
57 @Nullable private Integer mTintColor; field in RowStyle112 mTintColor = getOptionalColor(a, R.styleable.RowStyle_tintColor); in RowStyle()205 return mTintColor != null ? mTintColor : mSliceStyle.getTintColor(); in getTintColor()
41 private int mTintColor = -1; field in SliceStyle95 mTintColor = themeColor != -1 ? themeColor : mTintColor; in SliceStyle()199 mTintColor = tint; in setTintColor()203 return mTintColor; in getTintColor()
43 private int mTintColor; field in PlayControlsButton76 } else if (newTintColor != mTintColor) { in setImageResId()82 mTintColor = tintColor; in updateTint()