Searched refs:cellToRect (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 497 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
|
D | Workspace.java | 459 cl.cellToRect(hCell, vCell, hSpan, vSpan, r); in estimateItemPosition()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | DragAndDropAccessibilityDelegate.java | 163 mView.cellToRect(cellX, cellY, dragInfo.info.spanX, dragInfo.info.spanY, mTempRect); in getItemBounds()
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 539 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/ |
D | TestInformationHandler.java | 474 cellLayout.cellToRect(cellX, cellY, spanX, spanY, target);
|