Searched refs:mHasThumbTint (Results 1 – 2 of 2) sorted by relevance
58 private boolean mHasThumbTint = false; field in AbsSeekBar134 mHasThumbTint = true; in AbsSeekBar()256 mHasThumbTint = true; in setThumbTintList()338 if (mThumb != null && (mHasThumbTint || mHasThumbBlendMode)) { in applyThumbTint()341 if (mHasThumbTint) { in applyThumbTint()
103 private boolean mHasThumbTint = false; field in Switch270 mHasThumbTint = true; in Switch()279 if (mHasThumbTint || mHasThumbTintMode) { in Switch()719 mHasThumbTint = true; in setThumbTintList()794 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()797 if (mHasThumbTint) { in applyThumbTint()