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 | 102 popupContainer.getDescendantRectRelativeToSelf(dividerView, outPos) in <lambda>()
|
D | NavbarButtonsViewController.java | 658 parent.getDescendantRectRelativeToSelf(button, mTempRect); in addVisibleButtonsRegion()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 209 mContext.getDragLayer().getDescendantRectRelativeToSelf(itemView, pos); in performAction() 359 mContext.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskMenuViewWithArrow.kt | 114 popupContainer.getDescendantRectRelativeToSelf(taskContainer.iconView.asView(), outPos) in <lambda>()
|
D | TaskMenuView.kt | 204 recentsViewContainer.dragLayer.getDescendantRectRelativeToSelf( in <lambda>()
|
D | DesktopTaskView.kt | 406 container.dragLayer.getDescendantRectRelativeToSelf(contentView, bounds) in <lambda>()
|
D | TaskView.kt | 1099 container.dragLayer.getDescendantRectRelativeToSelf( in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 143 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
|
D | FolderIcon.java | 339 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
|
D | Folder.java | 1196 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1974 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation); in createUserFolderIfNecessary() 2312 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect); 2681 .getDescendantRectRelativeToSelf(view, mTempRect); 2806 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect);
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 447 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()
|