Searched refs:getBackgroundTintList (Results 1 - 7 of 7) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java90 assertNotNull(view.getBackgroundTintList());
91 ColorStateList colorStateList = view.getBackgroundTintList();
96 assertNotNull(view.getBackgroundTintList());
97 colorStateList = view.getBackgroundTintList();
/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/v4/donut/android/support/v4/view/
H A DViewCompatBase.java35 static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompatBase
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java155 final ColorStateList tintList = ViewCompat.getBackgroundTintList(mView);
/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/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java225 public ColorStateList getBackgroundTintList() { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java18261 * @see #getBackgroundTintList()
18282 public ColorStateList getBackgroundTintList() { method in class:View

Completed in 6469 milliseconds