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 149 final int[] cellXY = mTmpCellXY;
150 getLocationOnScreen(cellXY);
153 cellXY[0] + childLeft + lp.width / 2,
154 cellXY[1] + childTop + lp.height / 2, 0, null);
Launcher.java     [all...]
CellLayout.java 752 final int cellXY[] = mTmpXY;
753 pointToCellExact(x, y, cellXY);
756 cellInfo.cellX = cellXY[0];
757 cellInfo.cellY = cellXY[1];
    [all...]
Workspace.java     [all...]

Completed in 82 milliseconds