Android.Views.FocusFinder: Method Members

The methods of Android.Views.FocusFinder are listed below. For a list of all members, see the FocusFinder Members list.

See Also: Inherited members from Java.Lang.Object

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.