Searched refs:mHasThumbTintMode (Results 1 – 3 of 3) sorted by relevance
46 private boolean mHasThumbTintMode = false; field in AbsSeekBar105 mHasThumbTintMode = true; in AbsSeekBar()263 mHasThumbTintMode = true; in setThumbTintMode()282 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()289 if (mHasThumbTintMode) { in applyThumbTint()
96 private boolean mHasThumbTintMode = false; field in Switch256 mHasThumbTintMode = true; in Switch()258 if (mHasThumbTint || mHasThumbTintMode) { in Switch()690 mHasThumbTintMode = true; in setThumbTintMode()707 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()714 if (mHasThumbTintMode) { in applyThumbTint()
103 private boolean mHasThumbTintMode = false; field in SwitchCompat242 mHasThumbTintMode = true; in SwitchCompat()244 if (mHasThumbTint || mHasThumbTintMode) { in SwitchCompat()664 mHasThumbTintMode = true; in setThumbTintMode()681 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()688 if (mHasThumbTintMode) { in applyThumbTint()