Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatCompoundButtonHelper.java41 private boolean mHasButtonTintMode = false; field in AppCompatCompoundButtonHelper
106 mHasButtonTintMode = true; in setSupportButtonTintMode()
128 if (buttonDrawable != null && (mHasButtonTint || mHasButtonTintMode)) { in applyButtonTint()
134 if (mHasButtonTintMode) { in applyButtonTint()