Searched refs:switchCompat (Results 1 – 1 of 1) sorted by relevance
41 public static void updateSwitchCompatColor(SwitchCompat switchCompat, final int color) { in updateSwitchCompatColor() argument42 final Context context = switchCompat.getContext(); in updateSwitchCompatColor()45 switchCompat.setThumbDrawable(getColorTintedDrawable(switchCompat.getThumbDrawable(), in updateSwitchCompatColor()49 switchCompat.setTrackDrawable(getColorTintedDrawable(switchCompat.getTrackDrawable(), in updateSwitchCompatColor()