Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java633 AccessibilityNodeInfo hunRoot = createNode("hun_root"); in testNudgeTo_nudgeToHun() local
635 .setRoot(hunRoot) in testNudgeTo_nudgeToHun()
654 when(mNavigator.findFocusParkingViewInRoot(hunRoot)).thenReturn(mockHunFpv); in testNudgeTo_nudgeToHun()
1134 AccessibilityNodeInfo hunRoot = createNode("hun_root"); in testOnKeyEvents_nudgeToHunEscapeNudgeDirection_leaveTheHun() local
1136 .setRoot(hunRoot) in testOnKeyEvents_nudgeToHunEscapeNudgeDirection_leaveTheHun()
1223 AccessibilityNodeInfo hunRoot = createNode("hun_root"); in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun() local
1225 .setRoot(hunRoot) in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java2204 AccessibilityNodeInfo hunRoot = hunWindow.getRoot(); in focusHunsWindow() local
2205 if (hunRoot == null) { in focusHunsWindow()
2210 boolean success = restoreDefaultFocusInRoot(hunRoot); in focusHunsWindow()
2211 hunRoot.recycle(); in focusHunsWindow()