Home
last modified time | relevance | path

Searched refs:getDescendantCoordRelativeToAncestor (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DKeyboardDragAndDropView.java146 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 DUtilities.java197 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 DFloatingWidgetView.java315 Utilities.getDescendantCoordRelativeToAncestor(descendant, ancestor, points, in getRelativePosition()
H A DTaskView.java24 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 DTaskViewUtils.java33 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 DBaseDragLayer.java411 return Utilities.getDescendantCoordRelativeToAncestor(descendant, this, in getDescendantCoordRelativeToSelf()