Searched refs:animateChildToPosition (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 609 if (page.animateChildToPosition(v, i % mGridCountX, i / mGridCountX, in realTimeReorder()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 869 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition() method in CellLayout 1888 animateChildToPosition(child, c.cellX, c.cellY, REORDER_ANIMATION_DURATION, 0, in animateItemsToSolution() 2241 animateChildToPosition(child, lp.cellX, lp.cellY, REORDER_ANIMATION_DURATION, in revertTempState()
|