Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DSwitchCompatUtils.java45 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