Home
last modified time | relevance | path

Searched refs:pointToCellExact (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DDragAndDropAccessibilityDelegate.java67 mView.pointToCellExact((int) x, (int) y, mTempCords); in getVirtualViewAt()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java802 public void pointToCellExact(int x, int y, int[] result) { in pointToCellExact() method in CellLayout
825 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()