Searched refs:animateItemsToSolution (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2070 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() method in CellLayout 2428 animateItemsToSolution(swapSolution, dragView, commit); in createAreaForResize() 2521 animateItemsToSolution(finalSolution, dragView, mode == MODE_ON_DROP); in performReorder()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 2235 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() method in CellLayout 2569 animateItemsToSolution(swapSolution, dragView, commit); in createAreaForResize() 2644 animateItemsToSolution(finalSolution, dragView, mode == MODE_ON_DROP); in createArea()
|