Searched refs:SCROLL_LEFT (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java62 static final int SCROLL_LEFT = 0; field in class:DragController
535 final int forwardDirection = isRtl ? SCROLL_RIGHT : SCROLL_LEFT;
536 final int backwardsDirection = isRtl ? SCROLL_LEFT : SCROLL_RIGHT;
800 if (mDirection == SCROLL_LEFT) {
H A DWorkspace.java3511 (direction == DragController.SCROLL_LEFT ? -1 : 1);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java63 static final int SCROLL_LEFT = 0; field in class:DragController
552 final int forwardDirection = mIsRtl ? SCROLL_RIGHT : SCROLL_LEFT;
553 final int backwardsDirection = mIsRtl ? SCROLL_LEFT : SCROLL_RIGHT;
840 if (mDirection == SCROLL_LEFT) {
H A DFolderPagedView.java460 float fraction = (direction == DragController.SCROLL_LEFT) ^ mIsRtl
H A DFolder.java713 showScrollHint(DragController.SCROLL_LEFT, d);
1355 if (mCurrentScrollDir == DragController.SCROLL_LEFT) {
H A DWorkspace.java3954 (direction == DragController.SCROLL_LEFT ? -1 : 1);

Completed in 143 milliseconds