Searched refs:setSupportButtonTintList (Results 1 – 5 of 5) sorted by relevance
93 public void setSupportButtonTintList(@Nullable ColorStateList tint) { in setSupportButtonTintList() method in AppCompatRadioButton95 mCompoundButtonHelper.setSupportButtonTintList(tint); in setSupportButtonTintList()
93 public void setSupportButtonTintList(@Nullable ColorStateList tint) { in setSupportButtonTintList() method in AppCompatCheckBox95 mCompoundButtonHelper.setSupportButtonTintList(tint); in setSupportButtonTintList()
83 void setSupportButtonTintList(ColorStateList tint) { in setSupportButtonTintList() method in AppCompatCompoundButtonHelper
40 public void setSupportButtonTintList(@Nullable ColorStateList tint); in setSupportButtonTintList() method
36 ((TintableCompoundButton) button).setSupportButtonTintList(tint); in setButtonTintList()