Searched refs:closestBounds (Results 1 – 1 of 1) sorted by relevance
714 Rect closestBounds = new Rect(); in findNearestTouchable() local749 closestBounds.contains(touchableBounds) || in findNearestTouchable()750 (!touchableBounds.contains(closestBounds) && distance < minDistance)) { in findNearestTouchable()753 closestBounds.set(touchableBounds); in findNearestTouchable()