Android.Views.FocusFinder.FindNextFocus Method
Find the next view to take focus in root's descendants, starting from the view that currently is focused.

Syntax

[Android.Runtime.Register("findNextFocus", "(Landroid/view/ViewGroup;Landroid/view/View;I)Landroid/view/View;", "")]
public View FindNextFocus (ViewGroup root, View focused, [Android.Runtime.GeneratedEnum] FocusSearchDirection direction)

Parameters

root
Contains focused. Cannot be null.
focused
Has focus now.
direction
Direction to look.

Returns

Documentation for this section has not yet been entered.

Remarks

Find the next view to take focus in root's descendants, starting from the view that currently is focused.

[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