HomeSort by relevance Sort by last modified time
    Searched refs:cellHSpan (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 183 cellInfo.spanX = lp.cellHSpan;
701 cellToRect(cellXY[0], cellXY[1], lp.cellHSpan, lp.cellVSpan, mDragRect);
710 * @param cellHSpan Width in cells
714 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, RectF dragRect) {
724 int width = cellHSpan * cellWidth + ((cellHSpan - 1) * widthGap);
832 for (int x = lp.cellX; x < lp.cellX + lp.cellHSpan && x < xCount; x++) {
872 public int cellHSpan;
898 cellHSpan = 1;
904 cellHSpan = 1
    [all...]
Workspace.java 253 if (lp.cellHSpan == 4 && lp.cellVSpan == 4 && child instanceof Folder) {
270 if (lp.cellHSpan == 4 && lp.cellVSpan == 4 && child instanceof Folder) {
381 lp.cellHSpan = spanX;
    [all...]

Completed in 212 milliseconds