Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
87 private View mCurrentDragView; field in Folder228 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()
91 private View mCurrentDragView; field in Folder250 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()