Searched refs:mHitRect (Results 1 – 1 of 1) sorted by relevance
104 protected final Rect mHitRect = new Rect(); field in BaseDragLayer137 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView()138 return mHitRect.contains((int) ev.getX(), (int) ev.getY()); in isEventOverView()148 getDescendantRectRelativeToSelf(view, mHitRect); in isEventOverView()149 return mHitRect.contains(xy[0], xy[1]); in isEventOverView()