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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 204 Utilities.mapCoordInSelfToDescendant(mAppsRecyclerView, this, point);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 425 public void mapCoordInSelfToDescendant(View descendant, int[] coord) {
426 Utilities.mapCoordInSelfToDescendant(descendant, this, coord);
    [all...]
DragController.java 610 mLauncher.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 193 public static void mapCoordInSelfToDescendant(View descendant, View root, int[] coord) {
Workspace.java     [all...]

Completed in 1156 milliseconds