Searched refs:mHasThumbTint (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java45 private boolean mHasThumbTint = false; field in class:AbsSeekBar
110 mHasThumbTint = true;
232 mHasThumbTint = true;
282 if (mThumb != null && (mHasThumbTint || mHasThumbTintMode)) {
285 if (mHasThumbTint) {
H A DSwitch.java98 private boolean mHasThumbTint = false; field in class:Switch
253 mHasThumbTint = true;
261 if (mHasThumbTint || mHasThumbTintMode) {
665 mHasThumbTint = true;
710 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) {
713 if (mHasThumbTint) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java102 private boolean mHasThumbTint = false; field in class:SwitchCompat
234 mHasThumbTint = true;
242 if (mHasThumbTint || mHasThumbTintMode) {
633 mHasThumbTint = true;
678 if (mThumbDrawable != null && (mHasThumbTint || mHasThumbTintMode)) {
681 if (mHasThumbTint) {

Completed in 78 milliseconds