Searched refs:moveEnd (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 533 int moveStart, moveEnd; in realTimeReorder() local 547 moveEnd = pageToAnimate * maxItemsPerPage; in realTimeReorder() 552 moveStart = moveEnd = -1; in realTimeReorder() 565 moveEnd = (pageToAnimate + 1) * maxItemsPerPage - 1; in realTimeReorder() 570 moveStart = moveEnd = -1; in realTimeReorder() 578 while (moveStart != moveEnd) { in realTimeReorder()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 656 public void applyDelta(boolean moveStart, boolean moveEnd, int delta, IntRange out) { in applyDelta() argument 658 out.end = moveEnd ? end + delta : end; in applyDelta() 674 public int applyDeltaAndBound(boolean moveStart, boolean moveEnd, int delta, in applyDeltaAndBound() argument 676 applyDelta(moveStart, moveEnd, delta, out); in applyDeltaAndBound() 686 } else if (moveEnd) { in applyDeltaAndBound() 693 } else if (moveEnd) { in applyDeltaAndBound() 697 return moveEnd ? out.size() - size() : size() - out.size(); in applyDeltaAndBound()
|