Searched refs:hitRect (Results 1 – 3 of 3) sorted by relevance
43 val hitRect = Rect() in configureSize() constant44 view.getHitRect(hitRect) in configureSize()45 val currentTouchTargetWidth = hitRect.width() in configureSize()51 hitRect.inset(-adjustInsetBy, -adjustInsetBy) in configureSize()52 parent.touchDelegate = TouchDelegate(hitRect, view) in configureSize()
677 Rect hitRect = new Rect();681 getHitRect(hitRect);682 if (hitRect.contains(x, y)) {
2791 Rect hitRect = new Rect();2796 mViewItems[hit].getHitRect(hitRect);2797 if (hitRect.contains((int) x, (int) y)) {