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.java237 private View mCurrentDragView; field in Folder
335 mCurrentDragView = v; in startDrag()
363 mContent.removeItem(mCurrentDragView); in onDragStart()
1020 mCurrentDragView = null; in clearDragInfo()
1066 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()
1067 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()
1093 mCurrentDragView = null; in onDropCompleted()
1333 currentDragView = mCurrentDragView; in onDrop()