HomeSort by relevance Sort by last modified time
    Searched defs: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) {
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 55 static final int SCROLL_LEFT = 0;
528 final int forwardDirection = isRtl ? SCROLL_RIGHT : SCROLL_LEFT;
529 final int backwardsDirection = isRtl ? SCROLL_LEFT : SCROLL_RIGHT;
788 if (mDirection == SCROLL_LEFT) {

Completed in 27 milliseconds