Searched refs:setBackgroundTintList (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java50 fab.setBackgroundTintList(ColorStateList.valueOf(color));
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java41 static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompatBase
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsActions.java89 * {@link ViewCompat#setBackgroundTintList(View, ColorStateList)} API.
107 ViewCompat.setBackgroundTintList(view, colorStateList);
H A DAppCompatTintableViewActions.java68 public static ViewAction setBackgroundTintList(final ColorStateList colorStateList) { method in class:AppCompatTintableViewActions
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java87 static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompatLollipop
88 view.setBackgroundTintList(tintList);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseViewTest.java115 AppCompatTintableViewActions.setBackgroundTintList(sandColor));
215 AppCompatTintableViewActions.setBackgroundTintList(sandColor));
236 AppCompatTintableViewActions.setBackgroundTintList(oceanColor));
376 AppCompatTintableViewActions.setBackgroundTintList(emeraldColor));
575 AppCompatTintableViewActions.setBackgroundTintList(emeraldColor));
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java68 abstract void setBackgroundTintList(ColorStateList tint); method in class:FloatingActionButtonImpl
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java55 ViewCompat.setBackgroundTintList(mView,
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java102 void setBackgroundTintList(ColorStateList tint) { method in class:FloatingActionButtonEclairMr1
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java454 void setBackgroundTintList(View view, ColorStateList tintList); method in interface:ViewCompat.ViewCompatImpl
949 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.BaseViewCompatImpl
950 ViewCompatBase.setBackgroundTintList(view, tintList);
1683 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.LollipopViewCompatImpl
1684 ViewCompatLollipop.setBackgroundTintList(view, tintList);
3029 public static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat
3030 IMPL.setBackgroundTintList(view, tintList);
3046 * {@link #setBackgroundTintList(android.view.View, android.content.res.ColorStateList)} to
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java62 * {@link #setBackgroundTintList(ColorStateList)}.</p>
221 * @see #setBackgroundTintList(ColorStateList)
235 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:FloatingActionButton
238 getImpl().setBackgroundTintList(tint);
258 * {@link #setBackgroundTintList(ColorStateList)}} to the background
/frameworks/base/core/java/android/view/
H A DView.java18264 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:View
18279 * @see #setBackgroundTintList(ColorStateList)
18288 * {@link #setBackgroundTintList(ColorStateList)}} to the background

Completed in 723 milliseconds