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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java     [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 174 Rect hitRect = new Rect();
183 child.getHitRect(hitRect);
184 if (hitRect.contains(x, y)) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java     [all...]

Completed in 245 milliseconds