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

/frameworks/base/core/java/android/view/
H A DView.java1194 FOCUS_DOWN
1204 FOCUS_DOWN
1239 public static final int FOCUS_DOWN = 0x00000082; field in class:View
3658 * When this view has focus and the next focus is {@link #FOCUS_DOWN},
5912 * @param direction values are {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
5915 * apply, in which case use the default View.FOCUS_DOWN.
6143 * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT},
7552 * Gets the id of the view to use when the next focus is {@link #FOCUS_DOWN}.
7562 * Sets the id of the view to use when the next focus is {@link #FOCUS_DOWN}.
8654 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEF
[all...]

Completed in 274 milliseconds