Home
last modified time | relevance | path

Searched refs:mHasButtonTint (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatCompoundButtonHelper.java40 private boolean mHasButtonTint = false; field in AppCompatCompoundButtonHelper
85 mHasButtonTint = true; in setSupportButtonTintList()
118 if (buttonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) { in applyButtonTint()
121 if (mHasButtonTint) { in applyButtonTint()
/frameworks/base/core/java/android/widget/
DCompoundButton.java61 private boolean mHasButtonTint = false; field in CompoundButton
102 mHasButtonTint = true; in CompoundButton()
285 mHasButtonTint = true; in setButtonTintList()
329 if (mButtonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) { in applyButtonTint()
332 if (mHasButtonTint) { in applyButtonTint()