Searched defs:setBackgroundTintList (Results 1 - 6 of 6) sorted by relevance

/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);
/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/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java149 void setBackgroundTintList(ColorStateList tint) { method in class:FloatingActionButtonImpl
/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/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 714 milliseconds