Android.Views.FocusFinder Members

The members of Android.Views.FocusFinder are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
InstanceFocusFinder. Get the focus finder for this thread.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

FindNearestTouchable(ViewGroup, int, int, FocusSearchDirection, int[]) : View
Find the nearest touchable view to the specified view.
FindNextFocus(ViewGroup, View, FocusSearchDirection) : View
Find the next view to take focus in root's descendants, starting from the view that currently is focused.
FindNextFocusFromRect(ViewGroup, Android.Graphics.Rect, FocusSearchDirection) : View
Find the next view to take focus in root's descendants, searching from a particular rectangle in root's coordinates.