Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java1239 View currentDragView; in onDrop() local
1242 currentDragView = mContent.createAndAddViewForRank(si, mEmptyCellRank); in onDrop()
1254 currentDragView = mCurrentDragView; in onDrop()
1255 mContent.addViewForRank(currentDragView, si, mEmptyCellRank); in onDrop()
1265 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, in onDrop()
1271 currentDragView.setVisibility(VISIBLE); in onDrop()