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 703 sb.append(ob.hitRect.toShortString());
824 public final Rect hitRect = new Rect();
837 if (hitRect.contains(x, y)) return true;
846 if (hitRect.right >= x) return false;
854 getHitRect(hitRect);
894 cx = (hitRect.left + hitRect.right)/2;
895 cy = (hitRect.top + hitRect.bottom)/2;
    [all...]
  /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 160 Rect hitRect = new Rect();
169 child.getHitRect(hitRect);
170 if (hitRect.contains(x, y)) {
190 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 1485 milliseconds