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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java589 if (mContent.animateChildToPosition(v, empty[0], empty[1],
606 if (mContent.animateChildToPosition(v, empty[0], empty[1],
H A DCellLayout.java1095 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, method in class:CellLayout
2251 animateChildToPosition(child, c.x, c.y, REORDER_ANIMATION_DURATION, 0,
2545 animateChildToPosition(child, lp.cellX, lp.cellY, REORDER_ANIMATION_DURATION,
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java669 if (page.animateChildToPosition(v, i % mGridCountX, i / mGridCountX,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java971 public boolean animateChildToPosition(final View child, int cellX, int cellY, int duration, method in class:CellLayout
1987 animateChildToPosition(child, c.cellX, c.cellY, REORDER_ANIMATION_DURATION, 0,
2310 animateChildToPosition(child, lp.cellX, lp.cellY, REORDER_ANIMATION_DURATION,

Completed in 112 milliseconds