Android.Views.View.GetFocusedRect Method
When a view has focus and the user navigates away from it, the next view is searched for starting from the rectangle filled in by this method.

Syntax

[Android.Runtime.Register("getFocusedRect", "(Landroid/graphics/Rect;)V", "GetGetFocusedRect_Landroid_graphics_Rect_Handler")]
public virtual void GetFocusedRect (Android.Graphics.Rect r)

Parameters

r
The rectangle to fill in, in this view's coordinates.

Remarks

When a view has focus and the user navigates away from it, the next view is searched for starting from the rectangle filled in by this method. By default, the rectangle is the View.GetDrawingRect(Android.Graphics.Rect)) of the view. However, if your view maintains some idea of internal selection, such as a cursor, or a selected row or column, you should override this method and fill in a more specific rectangle.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1