Home | History | Annotate | Download | only in widget

Lines Matching defs:mThumbTintMode

113     private PorterDuff.Mode mThumbTintMode = null;
250 if (mThumbTintMode != thumbTintMode) {
251 mThumbTintMode = thumbTintMode;
673 mThumbTintMode = tintMode;
687 return mThumbTintMode;
699 DrawableCompat.setTintMode(mThumbDrawable, mThumbTintMode);