Home
last modified time | relevance | path

Searched defs:setBackgroundTintMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DFloatingActionButton.java282 public void setBackgroundTintMode(@Nullable PorterDuff.Mode tintMode) { in setBackgroundTintMode() method in FloatingActionButton
/frameworks/support/design/base/android/support/design/widget/
DFloatingActionButtonImpl.java158 void setBackgroundTintMode(PorterDuff.Mode tintMode) { in setBackgroundTintMode() method in FloatingActionButtonImpl
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java803 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { in setBackgroundTintMode() method in ViewCompat.ViewCompatBaseImpl
1339 public void setBackgroundTintMode(View view, PorterDuff.Mode mode) { in setBackgroundTintMode() method in ViewCompat.ViewCompatApi21Impl
3007 public static void setBackgroundTintMode(View view, PorterDuff.Mode mode) { in setBackgroundTintMode() method in ViewCompat