Searched refs:mThumbTintMode (Results 1 – 3 of 3) sorted by relevance
44 private PorterDuff.Mode mThumbTintMode = null; field in AbsSeekBar103 mThumbTintMode = Drawable.parseTintMode(a.getInt( in AbsSeekBar()104 R.styleable.SeekBar_thumbTintMode, -1), mThumbTintMode); in AbsSeekBar()262 mThumbTintMode = tintMode; in setThumbTintMode()278 return mThumbTintMode; in getThumbTintMode()290 mThumb.setTintMode(mThumbTintMode); in applyThumbTint()
94 private PorterDuff.Mode mThumbTintMode = null; field in Switch254 if (mThumbTintMode != thumbTintMode) { in Switch()255 mThumbTintMode = thumbTintMode; in Switch()689 mThumbTintMode = tintMode; in setThumbTintMode()703 return mThumbTintMode; in getThumbTintMode()715 mThumbDrawable.setTintMode(mThumbTintMode); in applyThumbTint()
101 private PorterDuff.Mode mThumbTintMode = null; field in SwitchCompat240 if (mThumbTintMode != thumbTintMode) { in SwitchCompat()241 mThumbTintMode = thumbTintMode; in SwitchCompat()663 mThumbTintMode = tintMode; in setThumbTintMode()677 return mThumbTintMode; in getThumbTintMode()689 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode); in applyThumbTint()