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.java210 private View mCurrentDragView; field in Folder
310 mCurrentDragView = v; in startDrag()
337 mContent.removeItem(mCurrentDragView); in onDragStart()
977 mCurrentDragView = null; in clearDragInfo()
1020 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()
1021 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()
1047 mCurrentDragView = null; in onDropCompleted()
1297 currentDragView = mCurrentDragView; in onDrop()