Searched refs:closestBounds (Results 1 – 1 of 1) sorted by relevance
690 Rect closestBounds = new Rect(); in findNearestTouchable() local725 closestBounds.contains(touchableBounds) || in findNearestTouchable()726 (!touchableBounds.contains(closestBounds) && distance < minDistance)) { in findNearestTouchable()729 closestBounds.set(touchableBounds); in findNearestTouchable()