Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java87 private View mCurrentDragView; field in Folder
228 mCurrentDragView = v; in onLongClick()
230 mContent.removeView(mCurrentDragView); in onLongClick()
671 mCurrentDragView = null; in completeDragExit()
712 mCurrentDragView = null; in onDropCompleted()
1008 ShortcutInfo si = (ShortcutInfo) mCurrentDragView.getTag(); in onDrop()
1009 … CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams(); in onDrop()
1012 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true); in onDrop()
1014 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView); in onDrop()
1017 mCurrentDragView.setVisibility(VISIBLE); in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java91 private View mCurrentDragView; field in Folder
250 mCurrentDragView = v; in onLongClick()
252 mContent.removeView(mCurrentDragView); in onLongClick()
740 mCurrentDragView = null; in completeDragExit()
806 mCurrentDragView = null; in onDropCompleted()
1201 currentDragView = mCurrentDragView; in onDrop()