Home
last modified time | relevance | path

Searched refs:hitRect (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java123 Rect hitRect = new Rect(); in handleTouchDown() local
128 child.getHitRect(hitRect); in handleTouchDown()
129 if (hitRect.contains(x, y)) { in handleTouchDown()
149 getDescendantRectRelativeToSelf(currentFolder, hitRect); in handleTouchDown()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java160 Rect hitRect = new Rect(); in handleTouchDown() local
169 child.getHitRect(hitRect); in handleTouchDown()
170 if (hitRect.contains(x, y)) { in handleTouchDown()
190 getDescendantRectRelativeToSelf(currentFolder, hitRect); in handleTouchDown()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java2772 Rect hitRect = new Rect();
2777 mViewItem[hit].getHitRect(hitRect); in getHitRect() argument
2778 if (hitRect.contains((int) x, (int) y)) {