Searched refs:closestBounds (Results 1 – 1 of 1) sorted by relevance
522 Rect closestBounds = new Rect(); in findNearestTouchable() local557 closestBounds.contains(touchableBounds) || in findNearestTouchable()558 (!touchableBounds.contains(closestBounds) && distance < minDistance)) { in findNearestTouchable()561 closestBounds.set(touchableBounds); in findNearestTouchable()