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 133 final int[] cellXY = mTmpCellXY;
134 getLocationOnScreen(cellXY);
137 cellXY[0] + childLeft + lp.width / 2,
138 cellXY[1] + childTop + lp.height / 2, 0, null);
Launcher.java     [all...]
CellLayout.java 703 final int cellXY[] = mTmpXY;
704 pointToCellExact(x, y, cellXY);
707 cellInfo.cellX = cellXY[0];
708 cellInfo.cellY = cellXY[1];
    [all...]
Workspace.java     [all...]

Completed in 387 milliseconds