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

/frameworks/base/core/java/android/view/
H A DView.java1192 FOCUS_UP,
1202 FOCUS_UP,
1229 public static final int FOCUS_UP = 0x00000021; field in class:View
3652 * When this view has focus and the next focus is {@link #FOCUS_UP},
5912 * @param direction values are {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
6143 * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT},
7531 * Gets the id of the view to use when the next focus is {@link #FOCUS_UP}.
7541 * Sets the id of the view to use when the next focus is {@link #FOCUS_UP}.
8654 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
8674 * @param direction The direction focus wants to move. One of FOCUS_UP,
[all...]

Completed in 2399 milliseconds