Home
last modified time | relevance | path

Searched refs:getDescendantCoordRelativeToSelf (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java149 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 DDragAndDropAccessibilityDelegate.java131 float scale = mDragLayer.getDescendantCoordRelativeToSelf(mView, mTempCords); in onPopulateNodeForVirtualView()
H A DLauncherAccessibilityDelegate.java428 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(clickedTarget, loc); in handleAccessibleDrop()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDisplayLauncher.java193 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java250 mLauncher.getDragLayer().getDescendantCoordRelativeToSelf(this, sTempCords); in getHitRectRelativeToDragLayer()
H A DWorkspace.java2344 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 DTaskViewTouchController.java252 dl.getDescendantCoordRelativeToSelf(thumbnailView, mTempCords); in reInitAnimationController()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java251 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); in animateViewIntoPosition()