Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellXY

1951         final int[] cellXY = new int[2];
1952 target.findCellForSpanThatIntersects(cellXY, 1, 1, intersectX, intersectY);
1953 addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
1954 LauncherModel.addOrMoveItemInDatabase(mLauncher, info, container, screen, cellXY[0],
1955 cellXY[1]);