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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewImageView.java65 float scale = mParent.getDescendantRectRelativeToSelf(view, mTempRect);
H A DFolderAnimationManager.java127 .getDescendantRectRelativeToSelf(mFolderIcon, folderIconPos);
H A DFolderIcon.java309 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
H A DFolder.java1116 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java107 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
115 getDescendantRectRelativeToSelf(folder, mHitRect);
149 getDescendantRectRelativeToSelf(currentFolder, hitRect);
297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { method in class:DragLayer
786 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
H A DFolder.java802 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
817 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds);
H A DFolderIcon.java381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
H A DLauncher.java2309 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
H A DWorkspace.java2123 float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java179 getDescendantRectRelativeToSelf(view, mHitRect);
385 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { method in class:DragLayer
878 getDescendantRectRelativeToSelf(currCellLayout, mHighlightRect);
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java367 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(item, pos);
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java460 dragLayer.getDescendantRectRelativeToSelf(icon, mTempRect);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2366 float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation);
3130 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect);

Completed in 224 milliseconds