Searched refs:getDescendantCoordRelativeToAncestor (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
H A D | KeyboardDragAndDropView.java | 146 Utilities.getDescendantCoordRelativeToAncestor(host, mLauncher.getDragLayer(), pos, true); in setCurrentSelection() 278 Utilities.getDescendantCoordRelativeToAncestor(icon, currentParent, iconPos, false); in showForIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Utilities.java | 197 public static float getDescendantCoordRelativeToAncestor( in getDescendantCoordRelativeToAncestor() method in Utilities 199 return getDescendantCoordRelativeToAncestor(descendant, ancestor, coord, includeRootScroll, in getDescendantCoordRelativeToAncestor() 217 public static float getDescendantCoordRelativeToAncestor(View descendant, View ancestor, in getDescendantCoordRelativeToAncestor() method in Utilities 257 Utilities.getDescendantCoordRelativeToAncestor(view, dragLayer, points, in getBoundsForViewInDragLayer()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingWidgetView.java | 315 Utilities.getDescendantCoordRelativeToAncestor(descendant, ancestor, points, in getRelativePosition()
|
H A D | TaskView.java | 24 import static com.android.launcher3.Utilities.getDescendantCoordRelativeToAncestor; 505 getDescendantCoordRelativeToAncestor(iconView, mActivity.getDragLayer(), tempCenterCoords, in computeAndSetIconTouchDelegate()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TaskViewUtils.java | 33 import static com.android.launcher3.Utilities.getDescendantCoordRelativeToAncestor; 312 getDescendantCoordRelativeToAncestor(ttv, ttv.getRootView(), tvBoundsMapped, false); in createRecentsWindowAnimator()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | BaseDragLayer.java | 411 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf()
|