Searched refs:mapCoordInSelfToDescendant (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 418 public void mapCoordInSelfToDescendant(View descendant, float[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer 419 Utilities.mapCoordInSelfToDescendant(descendant, this, coord); in mapCoordInSelfToDescendant() 425 public void mapCoordInSelfToDescendant(View descendant, int[] coord) { in mapCoordInSelfToDescendant() method in BaseDragLayer 428 Utilities.mapCoordInSelfToDescendant(descendant, this, mTmpXY); in mapCoordInSelfToDescendant()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseRecyclerView.java | 132 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point); in shouldContainerScroll()
|
D | Utilities.java | 265 public static void mapCoordInSelfToDescendant(View descendant, View root, float[] coord) { in mapCoordInSelfToDescendant() method in Utilities
|
D | Workspace.java | 2177 mLauncher.getDragLayer().mapCoordInSelfToDescendant(layout, xy);
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | LauncherDragController.java | 181 mActivity.getDragLayer().mapCoordInSelfToDescendant(mActivity.getWorkspace(), in getDefaultDropTarget()
|
D | DragController.java | 550 mActivity.getDragLayer().mapCoordInSelfToDescendant((View) target, dropCoordinates); in findDropTarget()
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 260 mDragLayer.mapCoordInSelfToDescendant(mAppsView, buttonPos); in showAppDrawer()
|