Home | History | Annotate | Download | only in launcher3

Lines Matching refs:hitRect

189         Rect hitRect = new Rect();
194 child.getHitRect(hitRect);
195 if (hitRect.contains(x, y)) {
215 getDescendantRectRelativeToSelf(currentFolder, hitRect);