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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 271 Utilities.mapCoordInSelfToDescendent(mAppsRecyclerView, this, point);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 407 public static float mapCoordInSelfToDescendent(View descendant, View root,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 537 public float mapCoordInSelfToDescendent(View descendant, int[] coord) {
538 return Utilities.mapCoordInSelfToDescendent(descendant, this, coord);
    [all...]

Completed in 777 milliseconds