Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java44 private PorterDuff.Mode mThumbTintMode = null; field in AbsSeekBar
103 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()
DSwitch.java94 private PorterDuff.Mode mThumbTintMode = null; field in Switch
254 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()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java101 private PorterDuff.Mode mThumbTintMode = null; field in SwitchCompat
240 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()