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

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DAppCompatTintableViewActions.java68 public static ViewAction setBackgroundTintList(final ColorStateList colorStateList) { method in class:AppCompatTintableViewActions
/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/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java68 abstract void setBackgroundTintList(ColorStateList tint); method in class:FloatingActionButtonImpl
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java102 void setBackgroundTintList(ColorStateList tint) { method in class:FloatingActionButtonEclairMr1
/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/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/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/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 816 milliseconds