Searched refs:getBackgroundTintList (Results 1 - 6 of 6) 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/donut/android/support/v4/view/
H A DViewCompatBase.java34 static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompatBase
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java73 static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompatLollipop
74 return view.getBackgroundTintList();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java368 ColorStateList getBackgroundTintList(View view); method in interface:ViewCompat.ViewCompatImpl
844 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.BaseViewCompatImpl
845 return ViewCompatBase.getBackgroundTintList(view);
1497 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1498 return ViewCompatLollipop.getBackgroundTintList(view);
2761 public static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat
2762 return IMPL.getBackgroundTintList(view);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java182 public ColorStateList getBackgroundTintList() { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java17349 * @see #getBackgroundTintList()
17370 public ColorStateList getBackgroundTintList() { method in class:View

Completed in 275 milliseconds