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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 122 Rect hitRect = new Rect();
127 child.getHitRect(hitRect);
128 if (hitRect.contains(x, y)) {
148 getDescendantRectRelativeToSelf(currentFolder, hitRect);
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 1016 QRect hitRect = hit.boundingRect();
1023 hitRect = element.geometry();
1026 return hitRect;
    [all...]

Completed in 44 milliseconds