HomeSort by relevance Sort by last modified time
    Searched defs:getDescendantRectRelativeToSelf (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 108 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
116 getDescendantRectRelativeToSelf(folder, mHitRect);
150 getDescendantRectRelativeToSelf(currentFolder, hitRect);
270 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
749 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
Folder.java 808 parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
823 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds);
    [all...]

Completed in 523 milliseconds