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

/frameworks/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java94 && (view.getBackgroundTintMode() != null);
104 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatLollipop
105 return view.getBackgroundTintMode();
116 && (view.getBackgroundTintMode() != null);
/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java50 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatBase
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java206 final PorterDuff.Mode mode = ViewCompat.getBackgroundTintMode(mView);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java463 PorterDuff.Mode getBackgroundTintMode(View view); method in interface:ViewCompat.ViewCompatImpl
1001 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.BaseViewCompatImpl
1002 return ViewCompatBase.getBackgroundTintMode(view);
1744 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1745 return ViewCompatLollipop.getBackgroundTintMode(view);
3146 public static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat
3147 return IMPL.getBackgroundTintMode(view);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java270 public PorterDuff.Mode getBackgroundTintMode() { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java18421 * @see #getBackgroundTintMode()
18444 public PorterDuff.Mode getBackgroundTintMode() { method in class:View

Completed in 248 milliseconds