public class FocusFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
View |
findNearestTouchable(ViewGroup root,
int x,
int y,
int direction,
int[] deltas) |
View |
findNextFocus(ViewGroup root,
View focused,
int direction) |
View |
findNextFocusFromRect(ViewGroup root,
Rect focusedRect,
int direction) |
static FocusFinder |
getInstance() |
public static FocusFinder getInstance()
public View findNextFocusFromRect(ViewGroup root, Rect focusedRect, int direction)
Copyright © 2008-2013. All Rights Reserved.