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 443 cellToPoint(i, j, pt);
463 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
500 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
730 void cellToPoint(int cellX, int cellY, int[] result) {
    [all...]

Completed in 179 milliseconds