HomeSort by relevance Sort by last modified time
    Searched defs:mThumbTintMode (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 48 private PorterDuff.Mode mThumbTintMode = null;
107 mThumbTintMode = Drawable.parseTintMode(a.getInt(
108 R.styleable.SeekBar_thumbTintMode, -1), mThumbTintMode);
266 mThumbTintMode = tintMode;
282 return mThumbTintMode;
294 mThumb.setTintMode(mThumbTintMode);
    [all...]
Switch.java 97 private PorterDuff.Mode mThumbTintMode = null;
257 if (mThumbTintMode != thumbTintMode) {
258 mThumbTintMode = thumbTintMode;
692 mThumbTintMode = tintMode;
706 return mThumbTintMode;
718 mThumbDrawable.setTintMode(mThumbTintMode);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 114 private PorterDuff.Mode mThumbTintMode = null;
251 if (mThumbTintMode != thumbTintMode) {
252 mThumbTintMode = thumbTintMode;
674 mThumbTintMode = tintMode;
688 return mThumbTintMode;
700 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 160 milliseconds