Searched refs:getDescendantRectRelativeToSelf (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | BaseDragLayer.java | 139 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 D | LauncherAccessibilityDelegate.java | 283 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 D | TaskMenuViewWithArrow.kt | 107 popupContainer.getDescendantRectRelativeToSelf(taskContainer.iconView, outPos)
|
H A D | TaskMenuView.java | 270 mActivity.getDragLayer().getDescendantRectRelativeToSelf(mTaskView, sTempRect);
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderAnimationManager.java | 134 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
|
H A D | FolderIcon.java | 352 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
|
H A D | Folder.java | 1111 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupContainerWithArrow.java | 340 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()
|
H A D | ArrowPopup.java | 369 dragLayer.getDescendantRectRelativeToSelf(view, pos); in initColorExtractionLocations()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | NavbarButtonsViewController.java | 386 parent.getDescendantRectRelativeToSelf(button, mTempRect); in addVisibleButtonsRegion()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 1892 … 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()
|