Searched refs:getColorTintedDrawable (Results 1 – 1 of 1) sorted by relevance
45 switchCompat.setThumbDrawable(getColorTintedDrawable(switchCompat.getThumbDrawable(), in updateSwitchCompatColor()49 switchCompat.setTrackDrawable(getColorTintedDrawable(switchCompat.getTrackDrawable(), in updateSwitchCompatColor()53 private static Drawable getColorTintedDrawable(Drawable oldDrawable, in getColorTintedDrawable() method in SwitchCompatUtils