Searched defs:getDescendantRectRelativeToSelf (Results 1 - 2 of 2) sorted by relevance

/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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java146 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
154 getDescendantRectRelativeToSelf(folder, mHitRect);
162 getDescendantRectRelativeToSelf(mLauncher.getSearchDropTargetBar(), mHitRect);
385 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { method in class:DragLayer
890 getDescendantRectRelativeToSelf(workspace.getChildAt(workspace.numCustomPages()),

Completed in 3829 milliseconds