Searched refs:moveEnd (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 575 public void applyDelta(boolean moveStart, boolean moveEnd, int delta, IntRange out) { in applyDelta() argument 577 out.end = moveEnd ? end + delta : end; in applyDelta() 590 public int applyDeltaAndBound(boolean moveStart, boolean moveEnd, int delta, in applyDeltaAndBound() argument 592 applyDelta(moveStart, moveEnd, delta, out); in applyDeltaAndBound() 602 } else if (moveEnd) { in applyDeltaAndBound() 606 return moveEnd ? out.size() - size() : size() - out.size(); in applyDeltaAndBound()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 577 int moveStart, moveEnd; in realTimeReorder() local 591 moveEnd = pageToAnimate * mMaxItemsPerPage; in realTimeReorder() 596 moveStart = moveEnd = -1; in realTimeReorder() 609 moveEnd = (pageToAnimate + 1) * mMaxItemsPerPage - 1; in realTimeReorder() 614 moveStart = moveEnd = -1; in realTimeReorder() 622 while (moveStart != moveEnd) { in realTimeReorder()
|