HomeSort by relevance Sort by last modified time
    Searched refs:getDescendantRectRelativeToSelf (Results 1 - 11 of 11) 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 802 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, mTempRect);
817 parent.getDescendantRectRelativeToSelf(boundingLayout, bounds);
    [all...]
FolderIcon.java 381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
Launcher.java     [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 144 getDescendantRectRelativeToSelf(folder.getEditTextRegion(), mHitRect);
152 getDescendantRectRelativeToSelf(folder, mHitRect);
160 getDescendantRectRelativeToSelf(mLauncher.getSearchDropTargetBar(), mHitRect);
371 public float getDescendantRectRelativeToSelf(View descendant, Rect r) {
    [all...]
FolderIcon.java 443 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
Folder.java     [all...]
Workspace.java     [all...]
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 351 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(item, pos);

Completed in 243 milliseconds