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
FindNearestTouchable(ViewGroup, int, int, FocusSearchDirection, int[])Find the nearest touchable view to the specified view. | ||
FindNextFocus(ViewGroup, View, FocusSearchDirection)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)Find the next view to take focus in root's descendants, searching from a particular rectangle in root's coordinates. |