Searched refs:cellToPoint (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 480 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()
|