Searched defs:getButtonTintList (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/widget/
H A DCompoundButtonCompatLollipop.java29 static ColorStateList getButtonTintList(CompoundButton button) { method in class:CompoundButtonCompatLollipop
30 return button.getButtonTintList();
/frameworks/support/v4/donut/android/support/v4/widget/
H A DCompoundButtonCompatDonut.java40 static ColorStateList getButtonTintList(CompoundButton button) { method in class:CompoundButtonCompatDonut
/frameworks/support/v4/java/android/support/v4/widget/
H A DCompoundButtonCompat.java51 ColorStateList getButtonTintList(CompoundButton button); method in interface:CompoundButtonCompat.CompoundButtonCompatImpl
64 public ColorStateList getButtonTintList(CompoundButton button) { method in class:CompoundButtonCompat.BaseCompoundButtonCompat
65 return CompoundButtonCompatDonut.getButtonTintList(button);
91 public ColorStateList getButtonTintList(CompoundButton button) { method in class:CompoundButtonCompat.LollipopCompoundButtonImpl
92 return CompoundButtonCompatLollipop.getButtonTintList(button);
137 public static ColorStateList getButtonTintList(@NonNull CompoundButton button) { method in class:CompoundButtonCompat
138 return IMPL.getButtonTintList(button);
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java296 public ColorStateList getButtonTintList() { method in class:CompoundButton

Completed in 453 milliseconds