Searched defs:getBackgroundTintList (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java35 static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompatBase
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java83 static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompatLollipop
84 return view.getBackgroundTintList();
94 boolean hasTint = (view.getBackgroundTintList() != null)
116 boolean hasTint = (view.getBackgroundTintList() != null)
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java225 public ColorStateList getBackgroundTintList() { method in class:FloatingActionButton
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java453 ColorStateList getBackgroundTintList(View view); method in interface:ViewCompat.ViewCompatImpl
944 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.BaseViewCompatImpl
945 return ViewCompatBase.getBackgroundTintList(view);
1678 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1679 return ViewCompatLollipop.getBackgroundTintList(view);
3018 public static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat
3019 return IMPL.getBackgroundTintList(view);
/frameworks/base/core/java/android/view/
H A DView.java18261 * @see #getBackgroundTintList()
18282 public ColorStateList getBackgroundTintList() { method in class:View

Completed in 1280 milliseconds