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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java407 public static float mapCoordInSelfToDescendent(View descendant, View root, method in class:Utilities
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java537 public float mapCoordInSelfToDescendent(View descendant, int[] coord) { method in class:DragLayer
538 return Utilities.mapCoordInSelfToDescendent(descendant, this, coord);

Completed in 82 milliseconds