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

/frameworks/base/core/java/android/view/
H A DView.java1038 public static final int FOCUS_RIGHT = 0x00000042; field in class:View
1074 public static final int ACCESSIBILITY_FOCUS_RIGHT = FOCUS_RIGHT | FOCUS_ACCESSIBILITY;
3028 * When this view has focus and the next focus is {@link #FOCUS_RIGHT},
4239 * {@link View#FOCUS_LEFT} or {@link View#FOCUS_RIGHT}. This is the direction which
4420 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
5243 * Gets the id of the view to use when the next focus is {@link #FOCUS_RIGHT}.
5253 * Sets the id of the view to use when the next focus is {@link #FOCUS_RIGHT}.
6053 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
6074 * FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT.
6085 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWAR
[all...]

Completed in 57 milliseconds