FileDocCategorySizeDatePackage
FocusFinder.javaAPI DocAndroid 5.1 API687Sat Mar 14 14:09:42 GMT 2015android.view

FocusFinder.java

package android.view;
public class FocusFinder
{
FocusFinder() { throw new RuntimeException("Stub!"); }
public static  android.view.FocusFinder getInstance() { 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  android.view.View findNearestTouchable(android.view.ViewGroup root, int x, int y, int direction, int[] deltas) { throw new RuntimeException("Stub!"); }
}