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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 123 Rect hitRect = new Rect();
128 child.getHitRect(hitRect);
129 if (hitRect.contains(x, y)) {
149 getDescendantRectRelativeToSelf(currentFolder, hitRect);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 174 Rect hitRect = new Rect();
183 child.getHitRect(hitRect);
184 if (hitRect.contains(x, y)) {
    [all...]

Completed in 1049 milliseconds