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

/frameworks/base/core/java/android/view/
H A DView.java1692 FOCUS_FORWARD,
1721 public static final int FOCUS_FORWARD = 0x00000002; field in class:View
4450 * When this view has focus and the next focus is {@link #FOCUS_FORWARD},
4456 * User-specified next keyboard navigation cluster in the {@link #FOCUS_FORWARD} direction.
7229 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
7605 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
9543 * Gets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
9553 * Sets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
10936 if (direction == FOCUS_FORWARD || direction == FOCUS_BACKWARD) {
11086 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
[all...]

Completed in 126 milliseconds