Home
last modified time | relevance | path

Searched refs:cellToRect (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java497 cellToRect(x, y, 1, 1, cellBounds); in onDraw()
611 cellToRect(i, j, 1, 1, mTempOnDrawCellToRect); in visualizeGrid()
626 cellToRect(params.getCellX(), params.getCellY(), params.cellHSpan, params.cellVSpan, in visualizeGrid()
862 cellToRect(cellX, cellY, 1, 1, mTempRect); in cellToPoint()
888 cellToRect(cellX, cellY, spanX, spanY, mTempRect); in regionToCenterPoint()
935 cellToRect(targetCell[0], targetCell[1], spanX, spanY, cellBoundsWithSpacing); in getReorderRadius()
1798 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() method in CellLayout
DWorkspace.java459 cl.cellToRect(hCell, vCell, hSpan, vSpan, r); in estimateItemPosition()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java163 mView.cellToRect(cellX, cellY, dragInfo.info.spanX, dragInfo.info.spanY, mTempRect); in getItemBounds()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java539 mCellLayout.cellToRect(targetDestination[0], targetDestination[1], in getDirectionVectorForDrop()
554 mCellLayout.cellToRect(dropRegionRect.left, dropRegionRect.top, dropRegionRect.width(), in getDirectionVectorForDrop()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java474 cellLayout.cellToRect(cellX, cellY, spanX, spanY, target);