Searched refs:hitRect (Results 1 – 3 of 3) sorted by relevance
123 Rect hitRect = new Rect(); in handleTouchDown() local128 child.getHitRect(hitRect); in handleTouchDown()129 if (hitRect.contains(x, y)) { in handleTouchDown()149 getDescendantRectRelativeToSelf(currentFolder, hitRect); in handleTouchDown()
160 Rect hitRect = new Rect(); in handleTouchDown() local169 child.getHitRect(hitRect); in handleTouchDown()170 if (hitRect.contains(x, y)) { in handleTouchDown()190 getDescendantRectRelativeToSelf(currentFolder, hitRect); in handleTouchDown()
2772 Rect hitRect = new Rect();2777 mViewItem[hit].getHitRect(hitRect); in getHitRect() argument2778 if (hitRect.contains((int) x, (int) y)) {