Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_DOWN

1567                         handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
1569 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1588 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1605 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1607 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1619 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1666 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
1674 } else if (direction == FOCUS_DOWN) {
1691 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}.
1702 } else if (direction == FOCUS_DOWN) {
1720 * {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
1750 case FOCUS_DOWN:
1886 * {FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD, FOCUS_BACKWARD}
1909 case View.FOCUS_DOWN:
1926 + "{FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, "