Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java173 private View mCurrentDragView; field in Folder
246 mCurrentDragView = v; in startDrag()
274 mContent.removeItem(mCurrentDragView); in onDragStart()
831 mCurrentDragView = null; in clearDragInfo()
874 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()
875 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()
900 mCurrentDragView = null; in onDropCompleted()
1200 currentDragView = mCurrentDragView; in onDrop()