Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java64 mView.pointToCellExact((int) x, (int) y, sTempArray); in getVirtualViewAt()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java668 public void pointToCellExact(int x, int y, int[] result) { in pointToCellExact() method in CellLayout
691 pointToCellExact(x + (mCellWidth / 2), y + (mCellHeight / 2), result); in pointToCellRounded()