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

/frameworks/support/v4/api21/android/support/v4/widget/
H A DCompoundButtonCompatLollipop.java25 static void setButtonTintList(CompoundButton button, ColorStateList tint) { method in class:CompoundButtonCompatLollipop
26 button.setButtonTintList(tint);
/frameworks/support/v4/donut/android/support/v4/widget/
H A DCompoundButtonCompatDonut.java34 static void setButtonTintList(CompoundButton button, ColorStateList tint) { method in class:CompoundButtonCompatDonut
/frameworks/support/v4/java/android/support/v4/widget/
H A DCompoundButtonCompat.java50 void setButtonTintList(CompoundButton button, ColorStateList tint); method in interface:CompoundButtonCompat.CompoundButtonCompatImpl
59 public void setButtonTintList(CompoundButton button, ColorStateList tint) { method in class:CompoundButtonCompat.BaseCompoundButtonCompat
60 CompoundButtonCompatDonut.setButtonTintList(button, tint);
86 public void setButtonTintList(CompoundButton button, ColorStateList tint) { method in class:CompoundButtonCompat.LollipopCompoundButtonImpl
87 CompoundButtonCompatLollipop.setButtonTintList(button, tint);
125 * @see #setButtonTintList(CompoundButton, ColorStateList)
127 public static void setButtonTintList(@NonNull CompoundButton button, @Nullable ColorStateList tint) { method in class:CompoundButtonCompat
128 IMPL.setButtonTintList(button, tint);
134 * @see #setButtonTintList(CompoundButton, ColorStateList)
143 * {@link #setButtonTintList(CompoundButto
[all...]
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java280 * @see #setButtonTintList(ColorStateList)
283 public void setButtonTintList(@Nullable ColorStateList tint) { method in class:CompoundButton
293 * @see #setButtonTintList(ColorStateList)
302 * {@link #setButtonTintList(ColorStateList)}} to the button drawable. The

Completed in 114 milliseconds