Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/
DPreviewBackgroundTest.java129 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_restToAccept()
200 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_hoverToAccept()
224 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_midwayToHoverToAccept()
242 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_partWayToAcceptToHover()
263 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_midwayToAcceptEqualsHover()
299 mPreviewBackground.animateToAccept(mCellLayout, 0, 0); in testAnimateScale_midwayToAcceptToRest()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java461 public void animateToAccept(CellLayout cl, int cellX, int cellY) { in animateToAccept() method in PreviewBackground
DFolderIcon.java285 mBackground.animateToAccept(cl, lp.getCellX(), lp.getCellY()); in onDragEnter()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2680 mFolderCreateBg.animateToAccept(mDragTargetLayout, mTargetCell[0], mTargetCell[1]);