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

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

Completed in 105 milliseconds