HomeSort by relevance Sort by last modified time
    Searched refs:mapCoordInSelfToDescendent (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 413 public float mapCoordInSelfToDescendent(View descendant, int[] coord) {
414 return Utilities.mapCoordInSelfToDescendent(descendant, this, coord);
    [all...]
DragController.java 757 mLauncher.getDragLayer().mapCoordInSelfToDescendent((View) target, dropCoordinates);
Utilities.java 355 public static float mapCoordInSelfToDescendent(View descendant, View root,
    [all...]
Workspace.java     [all...]

Completed in 103 milliseconds