Searched refs:nextCandidate (Results 1 – 1 of 1) sorted by relevance
171 AccessibilityNodeInfo nextCandidate = null; in findRotateTarget() local175 nextCandidate = in findRotateTarget()178 if (nextCandidate == null) { in findRotateTarget()181 nextCandidate = candidate.focusSearch(direction); in findRotateTarget()184 nextCandidate == null ? null : getAncestorFocusArea(nextCandidate); in findRotateTarget()193 if (nextCandidate != null && currentFocusArea != null in findRotateTarget()195 && !Utils.isFocusParkingView(nextCandidate) in findRotateTarget()196 && !nextCandidate.equals(candidate)) { in findRotateTarget()204 if (!Utils.canPerformFocus(nextCandidate) in findRotateTarget()205 || (Utils.isScrollableContainer(nextCandidate) in findRotateTarget()[all …]