Searched refs:tintColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java100 public void setTint(int tintColor) { argument
101 if (tintColor != 0) {
102 mBackground.setColorFilter(tintColor, PorterDuff.Mode.SRC_ATOP);
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java118 void setTintColor(int tintColor) { argument
119 mTintColor = tintColor;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java543 * @param tintColor Color to use for tinting this drawable
547 public void setTint(@ColorInt int tintColor) { argument
548 setTintList(ColorStateList.valueOf(tintColor));

Completed in 201 milliseconds