6 references to ToAndroid
Microsoft.Maui.Controls.Compatibility (6)
Android\AppCompat\ImageButtonRenderer.cs (1)
328 AColor IBorderVisualElementRenderer.ShadowColor => OnThisPlatform().GetShadowColor().ToAndroid(Colors.Black);
Android\Renderers\BorderDrawable.cs (1)
297 paint.Color = BorderElement.BorderColor.ToAndroid(Graphics.Colors.Black);
Android\Renderers\BoxRenderer.cs (2)
98 _backgroundDrawable.SetColor(colorToSet.ToAndroid(Colors.Transparent)); 107 SetBackgroundColor(colorToSet.ToAndroid(Colors.Transparent));
Android\Renderers\ListViewAdapter.cs (1)
707 bline.SetBackgroundColor(separatorColor.ToAndroid(Application.AccentColor));
Android\Renderers\ScrollViewRenderer.cs (1)
471 SetBackgroundColor(Element.BackgroundColor.ToAndroid(Colors.Transparent));