Home | History | Annotate | Download | only in widget

Lines Matching refs:FOCUS_LEFT

363                         handled = arrowScroll(View.FOCUS_LEFT);
365 handled = fullScroll(View.FOCUS_LEFT);
376 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
943 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
979 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1009 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1021 boolean goLeft = direction == View.FOCUS_LEFT;
1066 if (direction == View.FOCUS_LEFT && getScrollX() < scrollDelta) {
1414 direction = View.FOCUS_LEFT;
1519 newFocused.requestFocus(movingRight ? View.FOCUS_RIGHT : View.FOCUS_LEFT);