Searched defs:tintList (Results 1 – 12 of 12) sorted by relevance
132 final ColorStateList tintList = (isCompatTintEnabled() && mState != null) in isStateful() local282 final ColorStateList tintList = mState.mTint; in updateTint() local
173 final ColorStateList tintList = drawableManager.getTintList(context, drawableId); in createTintInfo() local
201 final ColorStateList tintList = ViewCompat.getBackgroundTintList(mView); in applyFrameworkTintUsingColorFilter() local
256 final ColorStateList tintList = getTintList(context, resId); in tintDrawable() local573 @NonNull ColorStateList tintList) { in addTintListToCache()
44 static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()
244 void setIconTintList(ColorStateList tintList) { in setIconTintList()
265 public void setTintList(ColorStateList tintList) { in setTintList()
86 static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()
616 public Icon setTintList(ColorStateList tintList) { in setTintList()
1160 public void setPasswordVisibilityToggleTintList(@Nullable ColorStateList tintList) { in setPasswordVisibilityToggleTintList()
460 void setBackgroundTintList(View view, ColorStateList tintList); in setBackgroundTintList()984 public void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()1722 public void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()3113 public static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList()
2702 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint() local