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

/frameworks/base/core/java/android/view/
H A DView.java1034 public static final int FOCUS_LEFT = 0x00000011; field in class:View
3005 * When this view has focus and the next focus is {@link #FOCUS_LEFT},
4359 * {@link View#FOCUS_LEFT} or {@link View#FOCUS_RIGHT}. This is the direction which
4556 * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT},
5427 * Gets the id of the view to use when the next focus is {@link #FOCUS_LEFT}.
5437 * Sets the id of the view to use when the next focus is {@link #FOCUS_LEFT}.
6272 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
6293 * FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT.
6304 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
6310 case FOCUS_LEFT
[all...]

Completed in 187 milliseconds