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

/frameworks/base/core/java/android/view/
H A DView.java1093 FOCUS_FORWARD,
1122 public static final int FOCUS_FORWARD = 0x00000002; field in class:View
3328 * When this view has focus and the next focus is {@link #FOCUS_FORWARD},
5172 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
5461 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
6309 * Gets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
6319 * Sets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
7320 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
7338 case FOCUS_FORWARD:

Completed in 66 milliseconds