Home | History | Annotate | Download | only in widget

Lines Matching refs:hitRect

2720                     Rect hitRect = new Rect();
2725 mViewItem[hit].getHitRect(hitRect);
2726 if (hitRect.contains((int) x, (int) y)) {