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.java717 Rect candidateBounds = new Rect(); in chooseBestNudgeCandidate() local
720 candidate.getBoundsInScreen(candidateBounds); in chooseBestNudgeCandidate()
722 direction, sourceBounds, candidateBounds, bestBounds)) { in chooseBestNudgeCandidate()
724 bestBounds.set(candidateBounds); in chooseBestNudgeCandidate()
745 Rect candidateBounds = new Rect(); in isCandidate()
746 candidateNode.getBoundsInScreen(candidateBounds); in isCandidate()
747 return FocusFinder.isCandidate(sourceBounds, candidateBounds, direction); in isCandidate()