1 instantiation of BorderDrawable
Microsoft.Maui.Controls.Compatibility (1)
Android\BorderBackgroundManager.cs (1)
106
_backgroundDrawable = new
BorderDrawable
(Control.Context.ToPixels, Forms.GetColorButtonNormal(Control.Context), _drawOutlineWithBackground);
7 references to BorderDrawable
Microsoft.Maui.Controls.Compatibility (7)
Android\AppCompat\ImageButtonRenderer.cs (1)
211
var
backgroundDrawable = _backgroundTracker?.BackgroundDrawable;
Android\BorderBackgroundManager.cs (3)
16
BorderDrawable
_backgroundDrawable;
28
public
BorderDrawable
BackgroundDrawable => _backgroundDrawable;
82
bool cornerRadiusIsDefault = !BorderElement.IsCornerRadiusSet() || (BorderElement.CornerRadius == (int)BorderElement.CornerRadiusDefaultValue || BorderElement.CornerRadius ==
BorderDrawable
.DefaultCornerRadius);
Android\Renderers\BorderDrawable.cs (3)
101
public
BorderDrawable
SetShadow(float dy, float dx, AColor color, float radius)
110
public
BorderDrawable
SetPadding(float top, float left)
270
Application.Current?.FindMauiContext()?.CreateLogger<
BorderDrawable
>()?.LogWarning(ex, "Unable to create circle image");