/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | ViewBindingAdapterTest.java | 90 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/ |
D | AppCompatBackgroundHelper.java | 178 final ColorStateList tintList = ViewCompat.getBackgroundTintList(mView); in applyFrameworkTintUsingColorFilter()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewCompat.java | 791 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/ |
D | FloatingActionButton.java | 241 public ColorStateList getBackgroundTintList() { in getBackgroundTintList() method in FloatingActionButton
|
/frameworks/base/core/java/android/view/ |
D | View.java | 20485 public ColorStateList getBackgroundTintList() {
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3702 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 22.2.0.txt | 4099 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 22.2.1.txt | 4128 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 25.1.0.txt | 6735 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 25.0.0.txt | 6324 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.0.0.txt | 4798 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 25.2.0.txt | 6735 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 24.2.0.txt | 6259 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 26.0.0-alpha1.txt | 7639 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.2.1.txt | 5466 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 25.3.0.txt | 7167 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.2.0.txt | 5466 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.1.1.txt | 5047 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 25.4.0.txt | 7238 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.4.0.txt | 5478 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 23.1.0.txt | 5084 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 24.0.0.txt | 6051 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 26.0.0-beta1.txt | 8614 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 26.0.0-SNAPSHOT.txt | 8798 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|
D | 26.0.0-beta2.txt | 8787 … method public static android.content.res.ColorStateList getBackgroundTintList(android.view.View);
|