Home
last modified time | relevance | path

Searched refs:candidateBounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java730 Rect candidateBounds = Utils.getBoundsInScreen(candidate); in chooseBestNudgeCandidate() local
732 direction, sourceBounds, candidateBounds, bestBounds)) { in chooseBestNudgeCandidate()
734 bestBounds.set(candidateBounds); in chooseBestNudgeCandidate()
766 Rect candidateBounds = Utils.getBoundsInScreen(candidateNode); in isCandidate()
767 return !Rect.intersects(candidateBounds,sourceFocusAreaBounds) in isCandidate()
769 sourceFocusAreaBounds, candidateBounds, direction); in isCandidate()
788 Rect candidateBounds = Utils.getBoundsInScreen(candidateNode); in isCandidate()
789 return FocusFinder.isCandidate(sourceBounds, candidateBounds, direction); in isCandidate()