HomeSort by relevance Sort by last modified time
    Searched refs:SCROLL_LEFT (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 62 static final int SCROLL_LEFT = 0;
535 final int forwardDirection = isRtl ? SCROLL_RIGHT : SCROLL_LEFT;
536 final int backwardsDirection = isRtl ? SCROLL_LEFT : SCROLL_RIGHT;
800 if (mDirection == SCROLL_LEFT) {
Workspace.java     [all...]

Completed in 51 milliseconds