Home
last modified time | relevance | path

Searched refs:mThumbTintMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java48 private PorterDuff.Mode mThumbTintMode = null; field in AbsSeekBar
107 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()
DSwitch.java97 private PorterDuff.Mode mThumbTintMode = null; field in Switch
257 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java112 private PorterDuff.Mode mThumbTintMode = null; field in SwitchCompat
249 if (mThumbTintMode != thumbTintMode) { in SwitchCompat()
250 mThumbTintMode = thumbTintMode; in SwitchCompat()
672 mThumbTintMode = tintMode; in setThumbTintMode()
686 return mThumbTintMode; in getThumbTintMode()
698 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode); in applyThumbTint()