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

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 129 final int[] cellXY = mTmpCellXY;
130 getLocationOnScreen(cellXY);
133 cellXY[0] + childLeft + lp.width / 2,
134 cellXY[1] + childTop + lp.height / 2, 0, null);
Launcher.java     [all...]
CellLayout.java 740 final int cellXY[] = mTmpXY;
741 pointToCellExact(x, y, cellXY);
744 cellInfo.cellX = cellXY[0];
745 cellInfo.cellY = cellXY[1];
    [all...]
Workspace.java     [all...]

Completed in 630 milliseconds