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()
674 mCurrentDragView = null; in completeDragExit()
715 mCurrentDragView = null; in onDropCompleted()
1011 ShortcutInfo si = (ShortcutInfo) mCurrentDragView.getTag(); in onDrop()
1012 … CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams(); in onDrop()
1015 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true); in onDrop()
1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView); in onDrop()
1020 mCurrentDragView.setVisibility(VISIBLE); in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java140 private View mCurrentDragView; field in Folder
270 mCurrentDragView = v; in beginDrag()
272 mContent.removeItem(mCurrentDragView); in beginDrag()
811 mCurrentDragView = null; in clearDragInfo()
869 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()
870 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()
896 mCurrentDragView = null; in onDropCompleted()
1254 currentDragView = mCurrentDragView; in onDrop()