Searched refs:closestBounds (Results 1 – 1 of 1) sorted by relevance
526 Rect closestBounds = new Rect(); in findNearestTouchable() local561 closestBounds.contains(touchableBounds) || in findNearestTouchable()562 (!touchableBounds.contains(closestBounds) && distance < minDistance)) { in findNearestTouchable()565 closestBounds.set(touchableBounds); in findNearestTouchable()