Searched refs:mapCoordInSelfToDescendant (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java171 Utilities.mapCoordInSelfToDescendant(
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java427 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { method in class:DragLayer
428 Utilities.mapCoordInSelfToDescendant(descendant, this, coord);
H A DDragController.java610 mLauncher.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java195 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) { method in class:Utilities
H A DWorkspace.java2835 mLauncher.getDragLayer().mapCoordInSelfToDescendant(hotseat.getLayout(), mTempXY);

Completed in 464 milliseconds