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/dragndrop/
H A DDragLayer.java179 getDescendantRectRelativeToSelf(view, mHitRect);
385 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { method in class:DragLayer
878 getDescendantRectRelativeToSelf(currCellLayout, mHighlightRect);

Completed in 64 milliseconds