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

/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java53 static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompatBase
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtilsActions.java116 * {@link ViewCompat#setBackgroundTintMode(View, PorterDuff.Mode)} API.
134 ViewCompat.setBackgroundTintMode(view, tintMode);
H A DAppCompatTintableViewActions.java96 public static ViewAction setBackgroundTintMode(final PorterDuff.Mode tintMode) { method in class:AppCompatTintableViewActions
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java109 static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompatLollipop
110 view.setBackgroundTintMode(mode);
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java70 abstract void setBackgroundTintMode(PorterDuff.Mode tintMode); method in class:FloatingActionButtonImpl
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java59 ViewCompat.setBackgroundTintMode(mView,
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseViewTest.java369 AppCompatTintableViewActions.setBackgroundTintMode(PorterDuff.Mode.SRC_IN));
391 AppCompatTintableViewActions.setBackgroundTintMode(PorterDuff.Mode.SRC_OVER));
570 AppCompatTintableViewActions.setBackgroundTintMode(PorterDuff.Mode.SRC_OVER));
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java112 void setBackgroundTintMode(PorterDuff.Mode tintMode) { method in class:FloatingActionButtonEclairMr1
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java456 void setBackgroundTintMode(View view, PorterDuff.Mode mode); method in interface:ViewCompat.ViewCompatImpl
954 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.BaseViewCompatImpl
955 ViewCompatBase.setBackgroundTintMode(view, mode);
1688 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.LollipopViewCompatImpl
1689 ViewCompatLollipop.setBackgroundTintMode(view, mode);
3053 public static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat
3054 IMPL.setBackgroundTintMode(view, mode);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java248 * @see #setBackgroundTintMode(PorterDuff.Mode)
264 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:FloatingActionButton
267 getImpl().setBackgroundTintMode(tintMode);
/frameworks/base/core/java/android/view/
H A DView.java18297 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:View
18314 * @see #setBackgroundTintMode(PorterDuff.Mode)

Completed in 1744 milliseconds