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