Home
last modified time | relevance | path

Searched refs:mapCoordInSelfToDescendant (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java399 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer
400 Utilities.mapCoordInSelfToDescendant(descendant, this, coord); in mapCoordInSelfToDescendant()
406 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer
409 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java130 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point); in shouldContainerScroll()
DUtilities.java223 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() method in Utilities
DWorkspace.java2144 mLauncher.getDragLayer().mapCoordInSelfToDescendant(layout, xy);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java657 mLauncher.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates); in findDropTarget()
665 mLauncher.getDragLayer().mapCoordInSelfToDescendant(mLauncher.getWorkspace(), in findDropTarget()