Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DBaseDragLayer.java137 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/
DTaskbarDividerPopupView.kt102 popupContainer.getDescendantRectRelativeToSelf(dividerView, outPos) in <lambda>()
DNavbarButtonsViewController.java658 parent.getDescendantRectRelativeToSelf(button, mTempRect); in addVisibleButtonsRegion()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java209 mContext.getDragLayer().getDescendantRectRelativeToSelf(itemView, pos); in performAction()
359 mContext.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt114 popupContainer.getDescendantRectRelativeToSelf(taskContainer.iconView.asView(), outPos) in <lambda>()
DTaskMenuView.kt204 recentsViewContainer.dragLayer.getDescendantRectRelativeToSelf( in <lambda>()
DDesktopTaskView.kt406 container.dragLayer.getDescendantRectRelativeToSelf(contentView, bounds) in <lambda>()
DTaskView.kt1099 container.dragLayer.getDescendantRectRelativeToSelf( in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java143 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
DFolderIcon.java339 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
DFolder.java1196 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1974 … 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/
DPopupContainerWithArrow.java447 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()