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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java87 private View mCurrentDragView; field in class:Folder
228 mCurrentDragView = v;
230 mContent.removeView(mCurrentDragView);
674 mCurrentDragView = null;
715 mCurrentDragView = null;
1011 ShortcutInfo si = (ShortcutInfo) mCurrentDragView.getTag();
1012 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) mCurrentDragView.getLayoutParams();
1015 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true);
1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);
1020 mCurrentDragView
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java167 private View mCurrentDragView; field in class:Folder
287 mCurrentDragView = v;
315 mContent.removeItem(mCurrentDragView);
877 mCurrentDragView = null;
934 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info)
935 ? mCurrentDragView : mContent.createNewView(info);
960 mCurrentDragView = null;
1313 currentDragView = mCurrentDragView;

Completed in 215 milliseconds