Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_UP

1655                         handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
1657 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1686 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1693 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1695 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1709 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1762 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
1768 if (direction == FOCUS_UP) {
1787 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}.
1793 if (direction == FOCUS_UP) {
1816 * {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
1839 case FOCUS_UP:
1982 * {FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD, FOCUS_BACKWARD}
2011 case View.FOCUS_UP:
2022 + "{FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, "