Home
last modified time | relevance | path

Searched refs:tintList (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/view/
DViewCompatBase.java40 static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList() argument
42 ((TintableBackgroundView) view).setSupportBackgroundTintList(tintList); in setBackgroundTintList()
/frameworks/support/design/src/android/support/design/internal/
DNavigationMenuItemView.java140 void setIconTintList(ColorStateList tintList) { in setIconTintList() argument
141 mIconTintList = tintList; in setIconTintList()
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java77 static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList() argument
78 view.setBackgroundTintList(tintList); in setBackgroundTintList()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintManager.java182 final ColorStateList tintList = getTintList(resId);
183 if (tintList != null) {
186 DrawableCompat.setTintList(drawable, tintList); in DrawableCompat.setTintList() argument
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java369 void setBackgroundTintList(View view, ColorStateList tintList); in setBackgroundTintList() argument
849 public void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList() argument
850 ViewCompatBase.setBackgroundTintList(view, tintList); in setBackgroundTintList()
1502 public void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList() argument
1503 ViewCompatLollipop.setBackgroundTintList(view, tintList); in setBackgroundTintList()
2772 public static void setBackgroundTintList(View view, ColorStateList tintList) { in setBackgroundTintList() argument
2773 IMPL.setBackgroundTintList(view, tintList); in setBackgroundTintList()
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java577 public Icon setTintList(ColorStateList tintList) { in setTintList() argument
578 mTintList = tintList; in setTintList()
/frameworks/base/core/java/android/widget/
DTextView.java2644 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint() local
2665 dr.setTintList(tintList); in applyCompoundDrawableTint()