Android.Views.FocusFinder.FindNearestTouchable Method
Find the nearest touchable view to the specified view.

Syntax

[Android.Runtime.Register("findNearestTouchable", "(Landroid/view/ViewGroup;III[I)Landroid/view/View;", "GetFindNearestTouchable_Landroid_view_ViewGroup_IIIarrayIHandler")]
public virtual View FindNearestTouchable (ViewGroup root, int x, int y, [Android.Runtime.GeneratedEnum] FocusSearchDirection direction, int[] deltas)

Parameters

root
The root of the tree in which to search
x
X coordinate from which to start the search
y
Y coordinate from which to start the search
direction
Direction to look
deltas
Offset from the <_x2c_ y=""> to the edge of the nearest view. Note that this array may already be populated with values.

Returns

Documentation for this section has not yet been entered.

Remarks

Find the nearest touchable view to the specified view.

[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