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

Completed in 32 milliseconds