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()
168 Rect hitRect = new Rect(); in handleTouchDown() local173 child.getHitRect(hitRect); in handleTouchDown()174 if (hitRect.contains(x, y)) { in handleTouchDown()
2791 Rect hitRect = new Rect();2796 mViewItems[hit].getHitRect(hitRect);2797 if (hitRect.contains((int) x, (int) y)) {