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

/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java46 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatBase
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java81 static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompatLollipop
82 return view.getBackgroundTintMode();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java370 PorterDuff.Mode getBackgroundTintMode(View view); method in interface:ViewCompat.ViewCompatImpl
859 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.BaseViewCompatImpl
860 return ViewCompatBase.getBackgroundTintMode(view);
1512 public PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat.LollipopViewCompatImpl
1513 return ViewCompatLollipop.getBackgroundTintMode(view);
2783 public static PorterDuff.Mode getBackgroundTintMode(View view) { method in class:ViewCompat
2784 return IMPL.getBackgroundTintMode(view);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java210 public PorterDuff.Mode getBackgroundTintMode() { method in class:FloatingActionButton
/frameworks/base/core/java/android/view/
H A DView.java17382 * @see #getBackgroundTintMode()
17405 public PorterDuff.Mode getBackgroundTintMode() { method in class:View

Completed in 252 milliseconds