Searched defs:mTintColor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DQuickContactImageView.java26 private int mTintColor; field in class:QuickContactImageView
48 mTintColor = color;
81 setTint(mTintColor);
/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsButton.java42 private int mTintColor; field in class:PlayControlsButton
75 } else if (newTintColor != mTintColor) {
81 mTintColor = tintColor;

Completed in 57 milliseconds