Searched refs:DrawableUtils (Results 1 – 9 of 9) sorted by relevance
30 class DrawableUtils { class40 private DrawableUtils() {} in DrawableUtils() method in DrawableUtils
711 if (android.support.v7.widget.DrawableUtils.canSafelyMutateDrawable(editTextBackground)) { in updateEditTextBackground()780 DrawableUtils.setContainerConstantState( in ensureBackgroundDrawableStateWorkaround()
60 DrawableUtils.fixDrawable(drawable); in loadFromAttributes()75 DrawableUtils.fixDrawable(d); in setImageResource()
238 PorterDuff.Mode thumbTintMode = DrawableUtils.parseTintMode( in SwitchCompat()253 PorterDuff.Mode trackTintMode = DrawableUtils.parseTintMode( in SwitchCompat()831 final Rect inset = DrawableUtils.getOpticalBounds(mThumbDrawable); in onMeasure()1095 final Rect insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in onLayout()1149 thumbInsets = DrawableUtils.getOpticalBounds(mThumbDrawable); in draw()1151 thumbInsets = DrawableUtils.INSETS_NONE; in draw()1222 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable); in onDraw()1314 insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in getThumbScrollRange()1316 insets = DrawableUtils.INSETS_NONE; in getThumbScrollRange()
37 public class DrawableUtils { class57 private DrawableUtils() {} in DrawableUtils() method in DrawableUtils
202 DrawableUtils.fixDrawable(drawable); in getDrawable()248 if (DrawableUtils.canSafelyMutateDrawable(drawable)) { in tintDrawable()453 if (DrawableUtils.canSafelyMutateDrawable(drawable)) { in tintDrawableUsingColorFilter()629 if (DrawableUtils.canSafelyMutateDrawable(drawable) in tintDrawable()674 if (DrawableUtils.canSafelyMutateDrawable(d)) { in setPorterDuffColorFilter()
73 DrawableUtils.parseTintMode( in loadFromAttributes()
60 DrawableUtils.parseTintMode( in loadFromAttributes()
59 mTickMarkTintMode = DrawableUtils.parseTintMode(a.getInt( in loadFromAttributes()