Searched refs:cellToCenterPoint (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | CellLayout.java | 856 void cellToCenterPoint(int cellX, int cellY, int[] result) { method in class:CellLayout 894 cellToCenterPoint(cell[0], cell[1], mTmpPoint); 1454 cellToCenterPoint(x, y, cellXY);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 742 void cellToCenterPoint(int cellX, int cellY, int[] result) { method in class:CellLayout 780 cellToCenterPoint(cell[0], cell[1], mTmpPoint); 1234 cellToCenterPoint(x, y, cellXY);
|
Completed in 68 milliseconds