Searched refs:mapCoordInSelfToDescendant (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 436 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer 437 Utilities.mapCoordInSelfToDescendant(descendant, this, coord); in mapCoordInSelfToDescendant() 443 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer 446 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragController.java | 567 mLauncher.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates); in findDropTarget() 575 mLauncher.getDragLayer().mapCoordInSelfToDescendant(mLauncher.getWorkspace(), in findDropTarget()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseRecyclerView.java | 136 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point); in shouldContainerScroll()
|
D | Utilities.java | 219 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() method in Utilities
|
D | Workspace.java | 2117 mLauncher.getDragLayer().mapCoordInSelfToDescendant(layout, xy);
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 270 mDragLayer.mapCoordInSelfToDescendant(mAppsView, buttonPos); in showAppDrawer()
|