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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java60 private boolean mHasButtonTintMode = false; field in class:CompoundButton
95 mHasButtonTintMode = true;
292 mHasButtonTintMode = true;
308 if (mButtonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) {
315 if (mHasButtonTintMode) {

Completed in 39 milliseconds