Searched refs:getDescendantRectRelativeToSelf (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 137 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView() 148 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView() 368 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() method in BaseDragLayer
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDividerPopupView.kt | 96 popupContainer.getDescendantRectRelativeToSelf(dividerView, outPos) in <lambda>()
|
D | NavbarButtonsViewController.java | 564 parent.getDescendantRectRelativeToSelf(button, mTempRect); in addVisibleButtonsRegion()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 189 mContext.getDragLayer().getDescendantRectRelativeToSelf(host, pos); in performAction() 329 mContext.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | DesktopTaskView.kt | 232 container.dragLayer.getDescendantRectRelativeToSelf(backgroundView, bounds) in <lambda>()
|
D | TaskMenuViewWithArrow.kt | 103 popupContainer.getDescendantRectRelativeToSelf(taskContainer.iconView.asView(), outPos) in <lambda>()
|
D | TaskMenuView.java | 237 mContainer.getDragLayer().getDescendantRectRelativeToSelf(
|
D | TaskView.kt | 831 container.dragLayer.getDescendantRectRelativeToSelf( in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 424 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 137 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
|
D | FolderIcon.java | 353 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
|
D | Folder.java | 1149 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1937 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation); in createUserFolderIfNecessary() 2265 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect); 2634 .getDescendantRectRelativeToSelf(view, mTempRect); 2757 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect);
|