Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellXY

1057         final int[] cellXY = mTmpAddItemCellCoordinates;
1062 cellXY[0] = cellX;
1063 cellXY[1] = cellY;
1064 } else if (!layout.findCellForSpan(cellXY, 1, 1)) {
1075 mWorkspace.addApplicationShortcut(info, layout, container, screen, cellXY[0], cellXY[1],
1090 int[] cellXY = mTmpAddItemCellCoordinates;
1104 cellXY[0] = cellX;
1105 cellXY[1] = cellY;
1109 if (mWorkspace.createUserFolderIfNecessary(view, container, layout, cellXY, 0,
1115 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject,
1121 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY);
1124 foundCellSpan = layout.findCellForSpan(cellXY, 1, 1);
1132 LauncherModel.addItemToDatabase(this, info, container, screen, cellXY[0], cellXY[1], false);
1135 mWorkspace.addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1,
1188 int[] cellXY = mTmpAddItemCellCoordinates;
1193 cellXY[0] = mPendingAddInfo.cellX;
1194 cellXY[1] = mPendingAddInfo.cellY;
1202 spanXY[1], cellXY, finalSpan);
1207 foundCellSpan = layout.findCellForSpan(cellXY, minSpanXY[0], minSpanXY[1]);
1233 container, screen, cellXY[0], cellXY[1], false);
1249 mWorkspace.addInScreen(launcherInfo.hostView, container, screen, cellXY[0], cellXY[1],