Searched refs:getSupportButtonTintList (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DTintableCompoundButton.java49 ColorStateList getSupportButtonTintList(); method in interface:TintableCompoundButton
H A DCompoundButtonCompat.java75 return ((TintableCompoundButton) button).getSupportButtonTintList();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCheckBox.java108 public ColorStateList getSupportButtonTintList() { method in class:AppCompatCheckBox
110 ? mCompoundButtonHelper.getSupportButtonTintList()
H A DAppCompatRadioButton.java111 public ColorStateList getSupportButtonTintList() { method in class:AppCompatRadioButton
113 ? mCompoundButtonHelper.getSupportButtonTintList()
H A DAppCompatCompoundButtonHelper.java89 ColorStateList getSupportButtonTintList() { method in class:AppCompatCompoundButtonHelper

Completed in 204 milliseconds