Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java107 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect); in isEventOverFolderTextRegion()
115 getDescendantRectRelativeToSelf(folder, mHitRect); in isEventOverFolder()
149 getDescendantRectRelativeToSelf(currentFolder, hitRect); in handleTouchDown()
297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() method in DragLayer
786 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect); in dispatchDraw()
DFolder.java802 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect); in centerAboutIcon()
817 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds); in centerAboutIcon()
DFolderIcon.java381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
DWorkspace.java2123 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation);
DLauncher.java2309 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation); in copyFolderIconToImage()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java144 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect); in isEventOverFolderTextRegion()
152 getDescendantRectRelativeToSelf(folder, mHitRect); in isEventOverFolder()
160 getDescendantRectRelativeToSelf(mLauncher.getSearchDropTargetBar(), mHitRect); in isEventOverDropTargetBar()
371 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { in getDescendantRectRelativeToSelf() method in DragLayer
872 getDescendantRectRelativeToSelf(workspace.getChildAt(workspace.numCustomPages()), in showPageHints()
DFolderIcon.java443 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to); in onDrop()
DFolder.java999 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect); in centerAboutIcon()
DWorkspace.java2671 … float scale = mLauncher.getDragLayer().getDescendantRectRelativeToSelf(v, folderLocation); in createUserFolderIfNecessary()
3503 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(this, outRect);
DLauncher.java3056 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation); in copyFolderIconToImage()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java351 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(item, pos); in beginAccessibleDrag()