Searched refs:mHasThumbTintMode (Results 1 – 2 of 2) sorted by relevance
45 private boolean mHasThumbTintMode = false; field in AbsSeekBar98 mHasThumbTintMode = true; in AbsSeekBar()240 mHasThumbTintMode = true; in setThumbTintMode()259 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()266 if (mHasThumbTintMode) { in applyThumbTint()
95 private boolean mHasThumbTintMode = false; field in Switch255 mHasThumbTintMode = true; in Switch()257 if (mHasThumbTint || mHasThumbTintMode) { in Switch()689 mHasThumbTintMode = true; in setThumbTintMode()706 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) { in applyThumbTint()713 if (mHasThumbTintMode) { in applyThumbTint()