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()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()
140 private View mCurrentDragView; field in Folder270 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()