Home
last modified time | relevance | path

Searched refs:cellToPoint (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java488 cellToPoint(i, j, pt); in onDraw()
500 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation); in onDraw()
511 cellToPoint(mFolderLeaveBehind.delegateCellX, in onDraw()
527 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation); in dispatchDraw()
729 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() method in CellLayout
1023 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()
2814 cellToPoint(cellX, cellY, cellPoint); in hasReorderSolution()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java480 cellToPoint(i, j, pt); in onDraw()
500 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw()
515 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw()
531 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation); in onDraw()
840 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() method in CellLayout
1229 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()