Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java137 if (isHunWindow(window)) { in findHunWindow()
723 boolean isHunWindow(@Nullable AccessibilityWindowInfo window) { in isHunWindow() method in Navigator
DRotaryService.java1594 if (mFocusedNode != null && mNavigator.isHunWindow(mFocusedNode.getWindow()) in handleNudgeEvent()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1460 boolean isHunWindow = mNavigator.isHunWindow(window); in testIsHunWindow()
1461 assertThat(isHunWindow).isTrue(); in testIsHunWindow()
DRotaryServiceTest.java1271 when(mNavigator.isHunWindow(hunButton1Node.getWindow())).thenReturn(true); in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun()