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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCompoundButtonHelper.java39 private boolean mHasButtonTintMode = false; field in class:AppCompatCompoundButtonHelper
94 mHasButtonTintMode = true;
116 if (buttonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) {
122 if (mHasButtonTintMode) {
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java62 private boolean mHasButtonTintMode = false; field in class:CompoundButton
97 mHasButtonTintMode = true;
313 mHasButtonTintMode = true;
329 if (mButtonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) {
336 if (mHasButtonTintMode) {

Completed in 69 milliseconds