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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 107 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
115 getDescendantRectRelativeToSelf(folder, mHitRect);
149 getDescendantRectRelativeToSelf(currentFolder, hitRect);
297 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
786 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
Folder.java 799 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
814 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 125 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
133 getDescendantRectRelativeToSelf(folder, mHitRect);
167 getDescendantRectRelativeToSelf(currentFolder, hitRect);
325 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
    [all...]
Folder.java 882 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
    [all...]

Completed in 190 milliseconds