Android.Views.Accessibility.AccessibilityNodeInfo.FocusSearch Method
Searches for the nearest view in the specified direction that can take the input focus.

Syntax

[Android.Runtime.Register("focusSearch", "(I)Landroid/view/accessibility/AccessibilityNodeInfo;", "GetFocusSearch_IHandler")]
public virtual AccessibilityNodeInfo FocusSearch ([Android.Runtime.GeneratedEnum] Android.Views.FocusSearchDirection direction)

Parameters

direction
The direction. Can be one of: Android.Views.View.FOCUS_DOWN, Android.Views.View.FOCUS_UP, Android.Views.View.FOCUS_LEFT, Android.Views.View.FOCUS_RIGHT, Android.Views.View.FOCUS_FORWARD, Android.Views.View.FOCUS_BACKWARD.

Returns

Documentation for this section has not yet been entered.

Remarks

Searches for the nearest view in the specified direction that can take the input focus.

[Android Documentation]

Requirements

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