Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_UP

2177                             if (arrowScroll(FOCUS_UP)) {
2185 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2235 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2243 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2245 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2259 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2280 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
2313 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
2320 if (direction == FOCUS_UP) {
2362 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
2367 if (direction == FOCUS_UP) {
2447 * @param direction either {@link View#FOCUS_UP} or {@link View#FOCUS_DOWN}
2509 * @param direction Either {@link android.view.View#FOCUS_UP} or {@link android.view.View#FOCUS_DOWN}.
2550 scrollListItemsBy((direction == View.FOCUS_UP) ? amountToScroll : -amountToScroll);
2597 * @param direction Either {@link android.view.View#FOCUS_UP} or
2619 if (direction == View.FOCUS_UP) {
2721 * @param direction either {@link android.view.View#FOCUS_UP} or
2835 * @param direction either {@link android.view.View#FOCUS_UP} or
2891 * @param direction either {@link android.view.View#FOCUS_UP} or
2934 (direction == View.FOCUS_UP && selectablePosition > positionOfNewFocus))) {
2990 * @param direction either {@link android.view.View#FOCUS_UP} or
3001 if (direction == View.FOCUS_UP) {