Searched refs:cellToPoint (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 459 cellToPoint(i, j, pt); in onDraw() 471 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation); in onDraw() 482 cellToPoint(mFolderLeaveBehind.delegateCellX, in onDraw() 498 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation); in dispatchDraw() 697 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() method in CellLayout 981 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation() 2755 cellToPoint(cellX, cellY, cellPoint); in hasReorderSolution()
|