Searched defs:setBackgroundTintMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DAppCompatTintableViewActions.java68 public static ViewAction setBackgroundTintMode(final PorterDuff.Mode mode) { method in class:AppCompatTintableViewActions
84 ViewCompat.setBackgroundTintMode(view, mode);
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java158 void setBackgroundTintMode(PorterDuff.Mode tintMode) { method in class:FloatingActionButtonImpl
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java265 * @see #setBackgroundTintMode(PorterDuff.Mode)
282 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:FloatingActionButton
285 getImpl().setBackgroundTintMode(tintMode);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java817 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.ViewCompatBaseImpl
1370 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat.ViewCompatApi21Impl
1371 view.setBackgroundTintMode(mode);
3226 public static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { method in class:ViewCompat
3227 IMPL.setBackgroundTintMode(view, mode);
/frameworks/base/core/java/android/view/
H A DView.java20573 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { method in class:View
20590 * @see #setBackgroundTintMode(PorterDuff.Mode)

Completed in 244 milliseconds