Searched refs:pointToCellExact (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | DragAndDropAccessibilityDelegate.java | 61 mView.pointToCellExact((int) x, (int) y, sTempArray); in getVirtualViewAt()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 753 pointToCellExact(x, y, cellXY); in setTagToCellInfoForPoint() 806 void pointToCellExact(int x, int y, int[] result) { in pointToCellExact() method in CellLayout 829 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 695 public void pointToCellExact(int x, int y, int[] result) { in pointToCellExact() method in CellLayout 718 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()
|