Home | History | Annotate | Download | only in launcher2

Lines Matching refs:pointToCellExact

753             pointToCellExact(x, y, cellXY);
806 void pointToCellExact(int x, int y, int[] result) {
829 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);