Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mDragInfo

81     private CellLayout.CellInfo mDragInfo;
1010 mDragInfo = cellInfo;
1011 mDragInfo.screen = mCurrentScreen;
1057 if (mDragInfo != null) {
1058 final View cell = mDragInfo.cell;
1060 if (index != mDragInfo.screen) {
1061 final CellLayout originalCellLayout = (CellLayout) getChildAt(mDragInfo.screen);
1066 mDragInfo.spanX, mDragInfo.spanY, cell, cellLayout, mTargetCell);
1149 final CellLayout.CellInfo cellInfo = mDragInfo;
1168 final CellLayout.CellInfo cellInfo = mDragInfo;
1221 if (target != this && mDragInfo != null) {
1222 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen);
1223 cellLayout.removeView(mDragInfo.cell);
1224 if (mDragInfo.cell instanceof DropTarget) {
1225 mDragController.removeDropTarget((DropTarget)mDragInfo.cell);
1227 //final Object tag = mDragInfo.cell.getTag();
1230 if (mDragInfo != null) {
1231 final CellLayout cellLayout = (CellLayout) getChildAt(mDragInfo.screen);
1232 cellLayout.onDropAborted(mDragInfo.cell);
1236 mDragInfo = null;