Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java529 AccessibilityNodeInfo hostRoot = getDescendantHostRoot(root); in maybeAddImplicitFocusArea() local
531 if (hostRoot == null || !hasFocusableDescendants(hostRoot)) { in maybeAddImplicitFocusArea()
532 L.w("No host node or host node has no focusable descendants " + hostRoot); in maybeAddImplicitFocusArea()
533 Utils.recycleNode(hostRoot); in maybeAddImplicitFocusArea()
536 candidateFocusAreas.add(hostRoot); in maybeAddImplicitFocusArea()
539 hostRoot.getBoundsInScreen(bounds); in maybeAddImplicitFocusArea()