Searched refs:regionToCenterPoint (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 747 regionToCenterPoint(cellX, cellY, 1, 1, result); in cellToCenterPoint() 758 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) { in regionToCenterPoint() method in CellLayout 2182 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint); in ReorderPreviewAnimation() 2185 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint); in ReorderPreviewAnimation() 2450 regionToCenterPoint(cellX, cellY, spanX, spanY, pixelXY); in createAreaForResize()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 857 regionToCenterPoint(cellX, cellY, 1, 1, result); in cellToCenterPoint() 868 void regionToCenterPoint(int cellX, int cellY, int spanX, int spanY, int[] result) { in regionToCenterPoint() method in CellLayout 2293 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint); in ReorderHintAnimation() 2296 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint); in ReorderHintAnimation() 2556 regionToCenterPoint(cellX, cellY, spanX, spanY, pixelXY); in createAreaForResize()
|