Home
last modified time | relevance | path

Searched refs:getDescendantRectRelativeToSelf (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java139 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView()
150 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView()
366 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() method in BaseDragLayer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java283 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(host, pos); in performAction()
452 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt107 popupContainer.getDescendantRectRelativeToSelf(taskContainer.iconView, outPos)
H A DTaskMenuView.java270 mActivity.getDragLayer().getDescendantRectRelativeToSelf(mTaskView, sTempRect);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java134 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
H A DFolderIcon.java352 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
H A DFolder.java1111 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java340 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()
H A DArrowPopup.java369 dragLayer.getDescendantRectRelativeToSelf(view, pos); in initColorExtractionLocations()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java386 parent.getDescendantRectRelativeToSelf(button, mTempRect); in addVisibleButtonsRegion()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1892 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation); in createUserFolderIfNecessary()
2190 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect); in getPageAreaRelativeToDragLayer()
2628 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect); in getHitRectRelativeToDragLayer()