Searched refs:getDescendantRectRelativeToSelf (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BaseDragLayer.java | 155 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView() 166 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView() 384 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() method in BaseDragLayer
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | WorkspaceAndHotseatScrim.java | 156 .getDescendantRectRelativeToSelf(currCellLayout, mHighlightRect); in draw()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskMenuView.java | 234 mActivity.getDragLayer().getDescendantRectRelativeToSelf(taskView, sTempRect); in orientAroundTaskView()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 125 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos); in getAnimator()
|
D | Folder.java | 1032 parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon() 1040 parent.getDescendantRectRelativeToSelf(mLauncher.getOverviewPanel(), sTempRect); in centerAboutIcon()
|
D | FolderIcon.java | 349 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 421 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 344 getPopupContainer().getDescendantRectRelativeToSelf(mOriginalIcon, outPos); in getTargetObjectLocation()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1678 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation); in createUserFolderIfNecessary() 1948 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, outArea); 2375 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect);
|