Base:
method
OnLayout
Microsoft.Maui.Controls.Compatibility.Platform.Android.VisualElementRenderer<TElement>.OnLayout(System.Boolean, System.Int32, System.Int32, System.Int32, System.Int32)
5 overrides of OnLayout
Microsoft.Maui.Controls.Compatibility (5)
Android\AppCompat\ButtonRenderer.cs (1)
51 protected override void OnLayout(bool changed, int l, int t, int r, int b)
Android\NativeViewWrapperRenderer.cs (1)
46 protected override void OnLayout(bool changed, int l, int t, int r, int b)
Android\Renderers\LabelRenderer.cs (1)
90 protected override void OnLayout(bool changed, int l, int t, int r, int b)
Android\Renderers\ListViewRenderer.cs (1)
256 protected override void OnLayout(bool changed, int l, int t, int r, int b)
Android\Renderers\SliderRenderer.cs (1)
171 protected override void OnLayout(bool changed, int l, int t, int r, int b)
6 references to OnLayout
Microsoft.Maui.Controls.Compatibility (6)
Android\AppCompat\ButtonRenderer.cs (1)
54 base.OnLayout(changed, l, t, r, b);
Android\NativeViewWrapperRenderer.cs (2)
50 base.OnLayout(changed, l, t, r, b); 59 base.OnLayout(changed, l, t, r, b);
Android\Renderers\LabelRenderer.cs (1)
92 base.OnLayout(changed, l, t, r, b);
Android\Renderers\ListViewRenderer.cs (1)
258 base.OnLayout(changed, l, t, r, b);
Android\Renderers\SliderRenderer.cs (1)
173 base.OnLayout(changed, l, t, r, b);