Home
last modified time | relevance | path

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

/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()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java443 cellToPoint(i, j, pt); in onDraw()
463 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw()
500 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation); in onDraw()
730 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() method in CellLayout
1101 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()