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

/frameworks/base/core/java/android/view/
H A DView.java961 public static final int FOCUS_DOWN = 0x00000082; field in class:View
1808 * When this view has focus and the next focus is {@link #FOCUS_DOWN},
2546 * @param direction values are View.FOCUS_UP, View.FOCUS_DOWN,
2549 * apply, in which case use the default View.FOCUS_DOWN.
2712 * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT} or
3487 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
3508 * FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT.
3520 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
3534 case FOCUS_DOWN:
3644 * {@link #FOCUS_DOWN} an
[all...]

Completed in 72 milliseconds