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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCompoundButtonHelper.java40 private boolean mHasButtonTintMode = false; field in class:AppCompatCompoundButtonHelper
95 mHasButtonTintMode = true;
117 if (buttonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) {
123 if (mHasButtonTintMode) {
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java68 private boolean mHasButtonTintMode = false; field in class:CompoundButton
107 mHasButtonTintMode = true;
331 mHasButtonTintMode = true;
347 if (mButtonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) {
354 if (mHasButtonTintMode) {

Completed in 9 milliseconds