Home | History | Annotate | Download | only in widgets

Lines Matching refs:FOCUS_LEFT

357                         handled = arrowScroll(View.FOCUS_LEFT);
359 handled = fullScroll(View.FOCUS_LEFT);
370 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
928 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
964 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
994 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
1006 boolean goLeft = direction == View.FOCUS_LEFT;
1051 if (direction == View.FOCUS_LEFT && getScrollX() < scrollDelta) {
1399 direction = View.FOCUS_LEFT;
1504 newFocused.requestFocus(movingRight ? View.FOCUS_RIGHT : View.FOCUS_LEFT);