Searched refs:getBackgroundTintMode (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java95 && (view.getBackgroundTintMode() != null);
105 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatLollipop
106 return view.getBackgroundTintMode();
117 && (view.getBackgroundTintMode() != null);
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java47 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatBase
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java160 final PorterDuff.Mode mode = ViewCompat.getBackgroundTintMode(mView);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java455 PorterDuff.Mode getBackgroundTintMode(View view); method in interface:ViewCompat.ViewCompatImpl
959 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.BaseViewCompatImpl
960 return ViewCompatBase.getBackgroundTintMode(view);
1693 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1694 return ViewCompatLollipop.getBackgroundTintMode(view);
3040 public static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat
3041 return IMPL.getBackgroundTintMode(view);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java252 public PorterDuff.Mode getBackgroundTintMode() { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java18294 * @see #getBackgroundTintMode()
18317 public PorterDuff.Mode getBackgroundTintMode() { method in class:View

Completed in 1888 milliseconds