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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 753 pointToCellExact(x, y, cellXY);
806 void pointToCellExact(int x, int y, int[] result) {
829 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 696 void pointToCellExact(int x, int y, int[] result) {
719 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
    [all...]

Completed in 6768 milliseconds