Searched refs:cellToPoint (Results 1 – 2 of 2) 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()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 488 cellToPoint(i, j, pt); in onDraw() 507 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation); in onDraw() 544 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation); in onDraw() 755 void cellToPoint(int cellX, int cellY, int[] result) { in cellToPoint() method in CellLayout 1075 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()
|