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

/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java44 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/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java86 static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompatLollipop
87 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.java85 abstract void setBackgroundTintList(ColorStateList tint); method in class:FloatingActionButtonImpl
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java51 fab.setBackgroundTintList(ColorStateList.valueOf(color));
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java59 ViewCompat.setBackgroundTintList(mView,
/frameworks/support/design/gingerbread/android/support/design/widget/
H A DFloatingActionButtonGingerbread.java100 void setBackgroundTintList(ColorStateList tint) { method in class:FloatingActionButtonGingerbread
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java67 * {@link #setBackgroundTintList(ColorStateList)}.</p>
239 * @see #setBackgroundTintList(ColorStateList)
253 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:FloatingActionButton
256 getImpl().setBackgroundTintList(tint);
276 * {@link #setBackgroundTintList(ColorStateList)}} to the background
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java462 void setBackgroundTintList(View view, ColorStateList tintList); method in interface:ViewCompat.ViewCompatImpl
991 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.BaseViewCompatImpl
992 ViewCompatBase.setBackgroundTintList(view, tintList);
1734 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.LollipopViewCompatImpl
1735 ViewCompatLollipop.setBackgroundTintList(view, tintList);
3135 public static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat
3136 IMPL.setBackgroundTintList(view, tintList);
3152 * {@link #setBackgroundTintList(android.view.View, android.content.res.ColorStateList)} to
/frameworks/base/core/java/android/view/
H A DView.java18391 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:View
18406 * @see #setBackgroundTintList(ColorStateList)
18415 * {@link #setBackgroundTintList(ColorStateList)}} to the background

Completed in 487 milliseconds