public static void MapTrackColor(SwitchHandler handler, ISwitch view) { handler.NativeView?.UpdateTrackColor(view, DefaultOnTrackColor, DefaultOffTrackColor); }
public static void MapThumbColor(SwitchHandler handler, ISwitch view) { handler.NativeView?.UpdateThumbColor(view, DefaultThumbColor); }
public static void MapTrackColor(SwitchHandler handler, ISwitch view) { handler.NativeView?.UpdateTrackColor(view, DefaultTrackColorStateList); }
public static void MapIsToggled(SwitchHandler handler, ISwitch view) { handler.NativeView?.UpdateIsToggled(view); }
public static void MapThumbColor(SwitchHandler handler, ISwitch view) { }
public static void MapIsOn(SwitchHandler handler, ISwitch view) { }
public static void MapIsToggled(SwitchHandler handler, ISwitch view) { }
public static void MapThumbColor(SwitchHandler handler, ISwitch view) { handler.NativeView?.UpdateThumbColor(view, handler._originalResources); }
public static void MapTrackColor(SwitchHandler handler, ISwitch view) { handler.PlatformView?.UpdateTrackColor(view, handler._originalResources); }
public static void MapIsOn(SwitchHandler handler, ISwitch view) { handler.PlatformView?.UpdateIsToggled(view); }
public static void MapThumbColor(SwitchHandler handler, ISwitch view) { handler.PlatformView?.UpdateThumbColor(view, handler._defaultThumbDrawable); }