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

/frameworks/support/design/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java35 return setBackgroundTintList(ColorStateList.valueOf(color));
38 public static ViewAction setBackgroundTintList(@ColorInt final ColorStateList tint) { method in class:FloatingActionButtonActions
55 fab.setBackgroundTintList(tint);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DAppCompatTintableViewActions.java42 public static ViewAction setBackgroundTintList(final ColorStateList tint) { method in class:AppCompatTintableViewActions
58 ViewCompat.setBackgroundTintList(view, tint);
H A DTestUtilsActions.java89 * {@link ViewCompat#setBackgroundTintList(View, ColorStateList)} API.
107 ViewCompat.setBackgroundTintList(view, colorStateList);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseViewTest.java22 import static android.support.v7.testutils.AppCompatTintableViewActions.setBackgroundTintList;
131 setBackgroundTintList(sandColor));
229 onView(withId(viewId)).perform(setBackgroundTintList(sandColor));
249 onView(withId(viewId)).perform(setBackgroundTintList(oceanColor));
386 onView(withId(viewId)).perform(setBackgroundTintList(emeraldColor));
579 setBackgroundTintList(emeraldColor));
H A DAppCompatBaseImageViewTest.java389 AppCompatTintableViewActions.setBackgroundTintList(lilacColor));
406 AppCompatTintableViewActions.setBackgroundTintList(sandColor));
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java59 ViewCompat.setBackgroundTintList(mView,
/frameworks/support/design/tests/src/android/support/design/widget/
H A DFloatingActionButtonTest.java21 import static android.support.design.testutils.FloatingActionButtonActions.setBackgroundTintList;
115 .perform(setBackgroundTintList(tint));
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java65 * {@link #setBackgroundTintList(ColorStateList)}.</p>
237 * @see #setBackgroundTintList(ColorStateList)
252 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:FloatingActionButton
255 getImpl().setBackgroundTintList(tint);
275 * {@link #setBackgroundTintList(ColorStateList)}} to the background
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java811 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.ViewCompatBaseImpl
1351 public void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat.ViewCompatApi21Impl
1352 view.setBackgroundTintList(tintList);
3202 public static void setBackgroundTintList(View view, ColorStateList tintList) { method in class:ViewCompat
3203 IMPL.setBackgroundTintList(view, tintList);
3219 * {@link #setBackgroundTintList(android.view.View, android.content.res.ColorStateList)} to
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java149 void setBackgroundTintList(ColorStateList tint) { method in class:FloatingActionButtonImpl
/frameworks/base/core/java/android/view/
H A DView.java20540 public void setBackgroundTintList(@Nullable ColorStateList tint) { method in class:View
20555 * @see #setBackgroundTintList(ColorStateList)
20564 * {@link #setBackgroundTintList(ColorStateList)}} to the background

Completed in 560 milliseconds