Searched defs:FOCUS_RIGHT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1193 FOCUS_RIGHT,
1203 FOCUS_RIGHT,
1234 public static final int FOCUS_RIGHT = 0x00000042; field in class:View
3646 * When this view has focus and the next focus is {@link #FOCUS_RIGHT},
5913 * {@link View#FOCUS_LEFT} or {@link View#FOCUS_RIGHT}. This is the direction which
6144 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
7510 * Gets the id of the view to use when the next focus is {@link #FOCUS_RIGHT}.
7520 * Sets the id of the view to use when the next focus is {@link #FOCUS_RIGHT}.
8654 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
8675 * FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
[all...]

Completed in 33 milliseconds