Searched defs:getBackgroundTintList (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java241 public ColorStateList getBackgroundTintList() { method in class:FloatingActionButton
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java805 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.ViewCompatBaseImpl
1346 public ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat.ViewCompatApi21Impl
1347 return view.getBackgroundTintList();
1358 boolean hasTint = (view.getBackgroundTintList() != null)
1377 boolean hasTint = (view.getBackgroundTintList() != null)
3191 public static ColorStateList getBackgroundTintList(View view) { method in class:ViewCompat
3192 return IMPL.getBackgroundTintList(view);
/frameworks/base/core/java/android/view/
H A DView.java20537 * @see #getBackgroundTintList()
20558 public ColorStateList getBackgroundTintList() { method in class:View

Completed in 156 milliseconds