Home | History | Annotate | Download | only in launcher3

Lines Matching defs:hitRect

168         Rect hitRect = new Rect();
173 child.getHitRect(hitRect);
174 if (hitRect.contains(x, y)) {