|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.FocusFinder
public class FocusFinder
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FocusFinder getInstance()
public final View findNextFocus(ViewGroup root,
View focused,
int direction)
public View findNextFocusFromRect(ViewGroup root,
Rect focusedRect,
int direction)
public View findNearestTouchable(ViewGroup root,
int x,
int y,
int direction,
int[] deltas)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||