Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_LEFT

393                         handled = arrowScroll(View.FOCUS_LEFT);
395 handled = fullScroll(View.FOCUS_LEFT);
406 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
998 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1034 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1064 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1076 boolean goLeft = direction == View.FOCUS_LEFT;
1121 if (direction == View.FOCUS_LEFT && getScrollX() < scrollDelta) {
1474 direction = View.FOCUS_LEFT;
1615 newFocused.requestFocus(movingRight ? View.FOCUS_RIGHT : View.FOCUS_LEFT);