Home | History | Annotate | Download | only in view

Lines Matching defs:FOCUS_DOWN

1696             FOCUS_DOWN
1706 FOCUS_DOWN
1741 public static final int FOCUS_DOWN = 0x00000082;
4444 * When this view has focus and the next focus is {@link #FOCUS_DOWN},
6908 * @param direction values are {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
6911 * apply, in which case use the default View.FOCUS_DOWN.
7228 * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT},
9522 * Gets the id of the view to use when the next focus is {@link #FOCUS_DOWN}.
9532 * Sets the id of the view to use when the next focus is {@link #FOCUS_DOWN}.
10836 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
10931 // This covers cluster jumps because they are always FOCUS_DOWN
11048 * FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT.
11086 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD,
11101 case FOCUS_DOWN:
11424 * {@link #FOCUS_DOWN} and <code>null</code>.
11429 return requestFocus(View.FOCUS_DOWN);
11456 return requestFocus(View.FOCUS_DOWN);
11466 return requestFocus(View.FOCUS_DOWN);
11483 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
11513 * @param direction One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
11575 return requestFocus(View.FOCUS_DOWN);