Searched refs:getButtonDrawable (Results 1 – 9 of 9) sorted by relevance
54 Drawable getButtonDrawable(CompoundButton button); in getButtonDrawable() method79 public Drawable getButtonDrawable(CompoundButton button) { in getButtonDrawable() method in CompoundButtonCompat.BaseCompoundButtonCompat80 return CompoundButtonCompatDonut.getButtonDrawable(button); in getButtonDrawable()108 public Drawable getButtonDrawable(CompoundButton button) { in getButtonDrawable() method in CompoundButtonCompat.Api23CompoundButtonImpl109 return CompoundButtonCompatApi23.getButtonDrawable(button); in getButtonDrawable()173 public static Drawable getButtonDrawable(@NonNull CompoundButton button) { in getButtonDrawable() method in CompoundButtonCompat174 return IMPL.getButtonDrawable(button); in getButtonDrawable()
27 static Drawable getButtonDrawable(CompoundButton button) { in getButtonDrawable() method in CompoundButtonCompatApi2328 return button.getButtonDrawable(); in getButtonDrawable()
116 Drawable buttonDrawable = CompoundButtonCompat.getButtonDrawable(mView); in applyButtonTint()140 Drawable buttonDrawable = CompoundButtonCompat.getButtonDrawable(mView); in getCompoundPaddingLeft()
60 static Drawable getButtonDrawable(CompoundButton button) { in getButtonDrawable() method in CompoundButtonCompatDonut
264 public Drawable getButtonDrawable() { in getButtonDrawable() method in CompoundButton
3060 …method public static android.graphics.drawable.Drawable getButtonDrawable(android.widget.CompoundB…
3066 …method public static android.graphics.drawable.Drawable getButtonDrawable(android.widget.CompoundB…
39873 method public android.graphics.drawable.Drawable getButtonDrawable();
42479 method public android.graphics.drawable.Drawable getButtonDrawable();