HomeSort by relevance Sort by last modified time
    Searched refs:getDescendantRectRelativeToSelf (Results 1 - 5 of 5) 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 804 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
819 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds);
    [all...]
FolderIcon.java 381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
Launcher.java     [all...]
Workspace.java     [all...]

Completed in 1546 milliseconds