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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 669 sb.append(ob.hitRect.toShortString());
786 public final Rect hitRect = new Rect();
799 if (hitRect.contains(x, y)) return true;
808 if (hitRect.right >= x) return false;
816 getHitRect(hitRect);
855 cx = (hitRect.left + hitRect.right)/2;
856 cy = (hitRect.top + hitRect.bottom)/2;
  /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 189 Rect hitRect = new Rect();
194 child.getHitRect(hitRect);
195 if (hitRect.contains(x, y)) {
215 getDescendantRectRelativeToSelf(currentFolder, hitRect);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]

Completed in 296 milliseconds