File
Doc
Category
Size
Date
Package
FocusFinder.java
API Doc
Android 5.1 API
687
Sat Mar 14 14:09:42 GMT 2015
android.view
FocusFinder
java.lang.Object
public class FocusFinder extends Object
Fields Summary
Constructors Summary
FocusFinder
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.view.View
findNearestTouchable
(
android.view.ViewGroup
root,
int
x,
int
y,
int
direction,
int[]
deltas)
throw new RuntimeException("Stub!");
public final
android.view.View
findNextFocus
(
android.view.ViewGroup
root,
android.view.View
focused,
int
direction)
throw new RuntimeException("Stub!");
public
android.view.View
findNextFocusFromRect
(
android.view.ViewGroup
root,
android.graphics.Rect
focusedRect,
int
direction)
throw new RuntimeException("Stub!");
public static
android.view.FocusFinder
getInstance
()
throw new RuntimeException("Stub!");
Java Code Source