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

/frameworks/base/core/java/android/view/
H A DView.java1027 public static final int FOCUS_FORWARD = 0x00000002; field in class:View
3027 * When this view has focus and the next focus is {@link #FOCUS_FORWARD},
4555 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
4841 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD,
5509 * Gets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
5519 * Sets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
6299 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
6317 case FOCUS_FORWARD:

Completed in 465 milliseconds