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

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java 61 mView.pointToCellExact((int) x, (int) y, sTempArray);
  /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 649 public void pointToCellExact(int x, int y, int[] result) {
672 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result);
    [all...]

Completed in 514 milliseconds