Home
last modified time | relevance | path

Searched refs:animateChildToPosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java869 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()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java673 if (page.animateChildToPosition(v, i % mGridCountX, i / mGridCountX, in realTimeReorder()