HomeSort by relevance Sort by last modified time
    Searched refs:hitRect (Results 1 - 4 of 4) 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 141 Rect hitRect = new Rect();
146 child.getHitRect(hitRect);
147 if (hitRect.contains(x, y)) {
167 getDescendantRectRelativeToSelf(currentFolder, hitRect);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]

Completed in 519 milliseconds