Searched refs:mHasThumbTint (Results 1 – 2 of 2) sorted by relevance
44 private boolean mHasThumbTint = false; field in AbsSeekBar103 mHasThumbTint = true; in AbsSeekBar()209 mHasThumbTint = true; in setThumbTintList()259 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()262 if (mHasThumbTint) { in applyThumbTint()
94 private boolean mHasThumbTint = false; field in Switch249 mHasThumbTint = true; in Switch()257 if (mHasThumbTint || mHasThumbTintMode) { in Switch()661 mHasThumbTint = true; in setThumbTintList()706 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()709 if (mHasThumbTint) { in applyThumbTint()