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.java1054 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition() method in CellLayout
1389 animateChildToPosition(child, c.cellX, c.cellY, REORDER_ANIMATION_DURATION, 0, in animateItemsToSolution()
1517 animateChildToPosition(child, lp.getCellX(), lp.getCellY(), in revertTempState()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java656 if (page.animateChildToPosition(v, i % mGridCountX, i / mGridCountX, in realTimeReorder()