Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1287 View currentDragView; in onDrop() local
1289 currentDragView = mContent.createAndAddViewForRank(si, mEmptyCellRank); in onDrop()
1297 currentDragView = mCurrentDragView; in onDrop()
1298 mContent.addViewForRank(currentDragView, si, mEmptyCellRank); in onDrop()
1308 launcher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()
1313 currentDragView.setVisibility(VISIBLE); in onDrop()