Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_RIGHT

362                         currentFocused, View.FOCUS_RIGHT);
364 nextFocused.requestFocus(View.FOCUS_RIGHT);
381 handled = arrowScroll(View.FOCUS_RIGHT);
383 handled = fullScroll(View.FOCUS_RIGHT);
387 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
961 * to go one page left or {@link android.view.View#FOCUS_RIGHT}
966 boolean right = direction == View.FOCUS_RIGHT;
997 * to go the left of the view or {@link android.view.View#FOCUS_RIGHT}
1002 boolean right = direction == View.FOCUS_RIGHT;
1027 * to go left {@link android.view.View#FOCUS_RIGHT} to right
1085 } else if (direction == View.FOCUS_RIGHT && getChildCount() > 0) {
1098 doScrollX(direction == View.FOCUS_RIGHT ? scrollDelta : -scrollDelta);
1429 direction = View.FOCUS_RIGHT;
1574 newFocused.requestFocus(movingRight ? View.FOCUS_RIGHT : View.FOCUS_LEFT);