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

/frameworks/base/core/java/android/view/
H A DView.java1023 public static final int FOCUS_FORWARD = 0x00000002; field in class:View
1088 public static final int ACCESSIBILITY_FOCUS_FORWARD = FOCUS_FORWARD | FOCUS_ACCESSIBILITY;
3046 * When this view has focus and the next focus is {@link #FOCUS_FORWARD},
4420 * {@link #FOCUS_RIGHT}, {@link #FOCUS_FORWARD}, or {@link #FOCUS_BACKWARD}.
4704 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD,
5306 * Gets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
5316 * Sets the id of the view to use when the next focus is {@link #FOCUS_FORWARD}.
6085 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
6103 case FOCUS_FORWARD:

Completed in 93 milliseconds