Searched refs:regionToRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 774 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect() method in CellLayout 2365 regionToRect(targetDestination[0], targetDestination[1], spanX, spanY, dragRect); in getDirectionVectorForDrop() 2375 regionToRect(dropRegionRect.left, dropRegionRect.top, dropRegionRect.width(), in getDirectionVectorForDrop()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 884 void regionToRect(int cellX, int cellY, int spanX, int spanY, Rect result) { in regionToRect() method in CellLayout 2472 regionToRect(targetDestination[0], targetDestination[1], spanX, spanY, dragRect); in getDirectionVectorForDrop() 2482 regionToRect(dropRegionRect.left, dropRegionRect.top, dropRegionRect.width(), in getDirectionVectorForDrop()
|