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.java137 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
145 getDescendantRectRelativeToSelf(folder, mHitRect);
180 getDescendantRectRelativeToSelf(currentFolder, hitRect);
335 public float getDescendantRectRelativeToSelf(View descendant, Rect r) { method in class:DragLayer
826 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);

Completed in 133 milliseconds