Searched defs:mapCoordInSelfToDescendant (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java193 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) { method in class:Utilities
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java425 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { method in class:DragLayer
426 Utilities.mapCoordInSelfToDescendant(descendant, this, coord);

Completed in 1418 milliseconds