Searched refs:mHasButtonTint (Results 1 – 2 of 2) sorted by relevance
40 private boolean mHasButtonTint = false; field in AppCompatCompoundButtonHelper85 mHasButtonTint = true; in setSupportButtonTintList()118 if (buttonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) { in applyButtonTint()121 if (mHasButtonTint) { in applyButtonTint()
61 private boolean mHasButtonTint = false; field in CompoundButton102 mHasButtonTint = true; in CompoundButton()285 mHasButtonTint = true; in setButtonTintList()329 if (mButtonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) { in applyButtonTint()332 if (mHasButtonTint) { in applyButtonTint()