Lines Matching refs:mCurrentDragView
87 private View mCurrentDragView;
228 mCurrentDragView = v;
230 mContent.removeView(mCurrentDragView);
671 mCurrentDragView = null;
712 mCurrentDragView = null;
1008 ShortcutInfo si = (ShortcutInfo) mCurrentDragView.getTag();
1009 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams();
1012 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true);
1014 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);
1017 mCurrentDragView.setVisibility(VISIBLE);