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()
98 private PorterDuff.Mode mThumbTintMode = null; field in Switch261 if (mThumbTintMode != thumbTintMode) { in Switch()262 mThumbTintMode = thumbTintMode; in Switch()696 mThumbTintMode = tintMode; in setThumbTintMode()710 return mThumbTintMode; in getThumbTintMode()722 mThumbDrawable.setTintMode(mThumbTintMode); in applyThumbTint()
113 private PorterDuff.Mode mThumbTintMode = null; field in SwitchCompat250 if (mThumbTintMode != thumbTintMode) { in SwitchCompat()251 mThumbTintMode = thumbTintMode; in SwitchCompat()673 mThumbTintMode = tintMode; in setThumbTintMode()687 return mThumbTintMode; in getThumbTintMode()699 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode); in applyThumbTint()