Searched refs:setBackgroundTintMode (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java52 static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompatBase
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java85 static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompatLollipop
86 view.setBackgroundTintMode(mode);
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java49 abstract void setBackgroundTintMode(PorterDuff.Mode tintMode); method in class:FloatingActionButtonImpl
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java60 ViewCompat.setBackgroundTintMode(mView,
/frameworks/support/design/lollipop/android/support/design/widget/
H A DFloatingActionButtonLollipop.java88 void setBackgroundTintMode(PorterDuff.Mode tintMode) { method in class:FloatingActionButtonLollipop
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java206 * @see #setBackgroundTintMode(PorterDuff.Mode)
222 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:FloatingActionButton
225 mImpl.setBackgroundTintMode(tintMode);
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java122 void setBackgroundTintMode(PorterDuff.Mode tintMode) { method in class:FloatingActionButtonEclairMr1
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java371 void setBackgroundTintMode(View view, PorterDuff.Mode mode); method in interface:ViewCompat.ViewCompatImpl
854 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.BaseViewCompatImpl
855 ViewCompatBase.setBackgroundTintMode(view, mode);
1507 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.LollipopViewCompatImpl
1508 ViewCompatLollipop.setBackgroundTintMode(view, mode);
2796 public static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat
2797 IMPL.setBackgroundTintMode(view, mode);
/frameworks/base/core/java/android/view/
H A DView.java17391 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:View
17408 * @see #setBackgroundTintMode(PorterDuff.Mode)

Completed in 542 milliseconds