Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java589 if (mContent.animateChildToPosition(v, empty[0], empty[1], in realTimeReorder()
606 if (mContent.animateChildToPosition(v, empty[0], empty[1], in realTimeReorder()
DCellLayout.java1095 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition() method in CellLayout
2251 animateChildToPosition(child, c.x, c.y, REORDER_ANIMATION_DURATION, 0, in animateItemsToSolution()
2545 animateChildToPosition(child, lp.cellX, lp.cellY, REORDER_ANIMATION_DURATION, in revertTempState()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java911 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, in animateChildToPosition() method in CellLayout
1929 animateChildToPosition(child, c.cellX, c.cellY, REORDER_ANIMATION_DURATION, 0, in animateItemsToSolution()
2270 animateChildToPosition(child, lp.cellX, lp.cellY, REORDER_ANIMATION_DURATION, in revertTempState()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java663 if (page.animateChildToPosition(v, i % mGridCountX, i / mGridCountX, in realTimeReorder()