Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | BaseDragLayer.java | 149 getDescendantCoordRelativeToSelf(evView, xy); in isEventOverView() 371 float s = getDescendantCoordRelativeToSelf(descendant, mTmpRectPoints); in getDescendantRectRelativeToSelf() 382 return getDescendantCoordRelativeToSelf(child, loc); in getLocationInDragLayer() 385 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer 388 float scale = getDescendantCoordRelativeToSelf(descendant, mTmpXY); in getDescendantCoordRelativeToSelf() 393 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord) { in getDescendantCoordRelativeToSelf() method in BaseDragLayer 394 return getDescendantCoordRelativeToSelf(descendant, coord, false); in getDescendantCoordRelativeToSelf() 409 public float getDescendantCoordRelativeToSelf(View descendant, float[] coord, in getDescendantCoordRelativeToSelf() method in BaseDragLayer
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | DragAndDropAccessibilityDelegate.java | 131 float scale = mDragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
|
H A D | LauncherAccessibilityDelegate.java | 428 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
H A D | SecondaryDisplayLauncher.java | 193 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ButtonDropTarget.java | 250 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
|
H A D | Workspace.java | 2344 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, mTempFXY, true); in isPointInSelfOverHotseat() 2359 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, xy, true); in mapPointFromDropLayout() 2849 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(layout, mTempFXY, true); in getFinalPositionForDropAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | TaskViewTouchController.java | 252 dl.getDescendantCoordRelativeToSelf(thumbnailView, mTempCords); in reInitAnimationController()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragLayer.java | 251 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()
|