Searched refs:mButtonTintList (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCompoundButtonHelper.java37 private ColorStateList mButtonTintList = null; field in class:AppCompatCompoundButtonHelper
83 mButtonTintList = tint;
90 return mButtonTintList;
121 DrawableCompat.setTintList(buttonDrawable, mButtonTintList);
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java65 private ColorStateList mButtonTintList = null; field in class:CompoundButton
111 mButtonTintList = a.getColorStateList(R.styleable.CompoundButton_buttonTint);
302 mButtonTintList = tint;
315 return mButtonTintList;
351 mButtonDrawable.setTintList(mButtonTintList);

Completed in 78 milliseconds