Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DSwitchCompatUtils.java41 public static void updateSwitchCompatColor(SwitchCompat switchCompat, final int color) { in updateSwitchCompatColor() argument
42 final Context context = switchCompat.getContext(); in updateSwitchCompatColor()
45 switchCompat.setThumbDrawable(getColorTintedDrawable(switchCompat.getThumbDrawable(), in updateSwitchCompatColor()
49 switchCompat.setTrackDrawable(getColorTintedDrawable(switchCompat.getTrackDrawable(), in updateSwitchCompatColor()