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.java1276 View currentDragView; in onDrop() local
1278 currentDragView = mContent.createAndAddViewForRank(si, mEmptyCellRank); in onDrop()
1286 currentDragView = mCurrentDragView; in onDrop()
1287 mContent.addViewForRank(currentDragView, si, mEmptyCellRank); in onDrop()
1297 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()
1302 currentDragView.setVisibility(VISIBLE); in onDrop()