Searched refs:cellToCenterPoint (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 771 void cellToCenterPoint(int cellX, int cellY, int[] result) { in cellToCenterPoint() method in CellLayout 809 cellToCenterPoint(cell[0], cell[1], mTmpPoint); in getDistanceFromCell() 1290 cellToCenterPoint(x, y, cellXY); in findNearestArea()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 856 void cellToCenterPoint(int cellX, int cellY, int[] result) { in cellToCenterPoint() method in CellLayout 894 cellToCenterPoint(cell[0], cell[1], mTmpPoint); in getDistanceFromCell() 1454 cellToCenterPoint(x, y, cellXY); in findNearestArea()
|