Searched refs:mHasThumbTintMode (Results 1 – 3 of 3) sorted by relevance
50 private boolean mHasThumbTintMode = false; field in AbsSeekBar109 mHasThumbTintMode = true; in AbsSeekBar()267 mHasThumbTintMode = true; in setThumbTintMode()286 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()293 if (mHasThumbTintMode) { in applyThumbTint()
99 private boolean mHasThumbTintMode = false; field in Switch259 mHasThumbTintMode = true; in Switch()261 if (mHasThumbTint || mHasThumbTintMode) { in Switch()693 mHasThumbTintMode = true; in setThumbTintMode()710 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()717 if (mHasThumbTintMode) { in applyThumbTint()
116 private boolean mHasThumbTintMode = false; field in SwitchCompat253 mHasThumbTintMode = true; in SwitchCompat()255 if (mHasThumbTint || mHasThumbTintMode) { in SwitchCompat()675 mHasThumbTintMode = true; in setThumbTintMode()692 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()699 if (mHasThumbTintMode) { in applyThumbTint()