Home
last modified time | relevance | path

Searched refs:getBackgroundTintList (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DViewBindingAdapterTest.java90 assertNotNull(view.getBackgroundTintList()); in testBackgroundTint()
91 ColorStateList colorStateList = view.getBackgroundTintList(); in testBackgroundTint()
96 assertNotNull(view.getBackgroundTintList()); in testBackgroundTint()
97 colorStateList = view.getBackgroundTintList(); in testBackgroundTint()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatBackgroundHelper.java178 final ColorStateList tintList = ViewCompat.getBackgroundTintList(mView); in applyFrameworkTintUsingColorFilter()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java791 public ColorStateList getBackgroundTintList(View view) { in getBackgroundTintList() method in ViewCompat.ViewCompatBaseImpl
1315 public ColorStateList getBackgroundTintList(View view) { in getBackgroundTintList() method in ViewCompat.ViewCompatApi21Impl
1316 return view.getBackgroundTintList(); in getBackgroundTintList()
1327 boolean hasTint = (view.getBackgroundTintList() != null) in setBackgroundTintList()
1346 boolean hasTint = (view.getBackgroundTintList() != null) in setBackgroundTintMode()
2972 public static ColorStateList getBackgroundTintList(View view) { in getBackgroundTintList() method in ViewCompat
2973 return IMPL.getBackgroundTintList(view); in getBackgroundTintList()
/frameworks/support/design/src/android/support/design/widget/
DFloatingActionButton.java241 public ColorStateList getBackgroundTintList() { in getBackgroundTintList() method in FloatingActionButton
/frameworks/base/core/java/android/view/
DView.java20485 public ColorStateList getBackgroundTintList() {
/frameworks/support/api/
D22.1.0.txt3702 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D22.2.0.txt4099 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D22.2.1.txt4128 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D25.1.0.txt6735 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D25.0.0.txt6324 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.0.0.txt4798 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D25.2.0.txt6735 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D24.2.0.txt6259 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D26.0.0-alpha1.txt7639 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.2.1.txt5466 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D25.3.0.txt7167 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.2.0.txt5466 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.1.1.txt5047 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D25.4.0.txt7238 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.4.0.txt5478 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D23.1.0.txt5084 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D24.0.0.txt6051 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D26.0.0-beta1.txt8614 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D26.0.0-SNAPSHOT.txt8798 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
D26.0.0-beta2.txt8787 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);

12