Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java389 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer
390 Utilities.mapCoordInSelfToDescendant(descendant, this, coord); in mapCoordInSelfToDescendant()
396 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer
399 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java129 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point); in shouldContainerScroll()
DWorkspaceStateTransitionAnimation.java104 dragLayer.mapCoordInSelfToDescendant(hotseat, workspacePivot); in setWorkspaceProperty()
DUtilities.java260 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() method in Utilities
DWorkspace.java2129 mLauncher.getDragLayer().mapCoordInSelfToDescendant(layout, xy);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java661 mLauncher.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates); in findDropTarget()
669 mLauncher.getDragLayer().mapCoordInSelfToDescendant(mLauncher.getWorkspace(), in findDropTarget()