Java android.view FocusFinder fields, constructors, methods, implement or subclass

Example usage for Java android.view FocusFinder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view FocusFinder.

The text is from its open source code.

Method

ViewfindNextFocus(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.
FocusFindergetInstance()
Get the focus finder for this thread.