HomeSort by relevance Sort by last modified time
    Searched refs:cellToPoint (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 480 cellToPoint(i, j, pt);
500 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
515 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
531 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
840 void cellToPoint(int cellX, int cellY, int[] result) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 474 cellToPoint(i, j, pt);
494 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
531 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
839 void cellToPoint(int cellX, int cellY, int[] result) {
    [all...]

Completed in 38 milliseconds