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.java1166 View currentDragView; in onDrop() local
1168 currentDragView = mContent.createAndAddViewForRank(si, mEmptyCellRank); in onDrop()
1182 currentDragView = mCurrentDragView; in onDrop()
1183 mContent.addViewForRank(currentDragView, si, mEmptyCellRank); in onDrop()
1193 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()
1198 currentDragView.setVisibility(VISIBLE); in onDrop()