Searched refs:mThumbTintMode (Results 1 – 3 of 3) sorted by relevance
48 private PorterDuff.Mode mThumbTintMode = null; field in AbsSeekBar107 mThumbTintMode = Drawable.parseTintMode(a.getInt( in AbsSeekBar()108 R.styleable.SeekBar_thumbTintMode, -1), mThumbTintMode); in AbsSeekBar()266 mThumbTintMode = tintMode; in setThumbTintMode()282 return mThumbTintMode; in getThumbTintMode()294 mThumb.setTintMode(mThumbTintMode); in applyThumbTint()
97 private PorterDuff.Mode mThumbTintMode = null; field in Switch257 if (mThumbTintMode != thumbTintMode) { in Switch()258 mThumbTintMode = thumbTintMode; in Switch()692 mThumbTintMode = tintMode; in setThumbTintMode()706 return mThumbTintMode; in getThumbTintMode()718 mThumbDrawable.setTintMode(mThumbTintMode); in applyThumbTint()
114 private PorterDuff.Mode mThumbTintMode = null; field in SwitchCompat251 if (mThumbTintMode != thumbTintMode) { in SwitchCompat()252 mThumbTintMode = thumbTintMode; in SwitchCompat()674 mThumbTintMode = tintMode; in setThumbTintMode()688 return mThumbTintMode; in getThumbTintMode()700 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode); in applyThumbTint()