Searched refs:candidateBounds (Results 1 – 1 of 1) sorted by relevance
730 Rect candidateBounds = Utils.getBoundsInScreen(candidate); in chooseBestNudgeCandidate() local732 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()