Example usage for Java android.view FocusFinder fields, constructors, methods, implement or subclass
The text is from its open source code.
View | findNextFocus(ViewGroup root, View focused, int direction) Find the next view to take focus in root's descendants, starting from the view that currently is focused. |
FocusFinder | getInstance() Get the focus finder for this thread. |