Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNavigatorTest.java1334 boolean isHunWindow = mNavigator.isHunWindow(window); in testIsHunWindow()
1335 assertThat(isHunWindow).isTrue(); in testIsHunWindow()
H A DRotaryServiceTest.java1262 when(mNavigator.isHunWindow(hunButton1Node.getWindow())).thenReturn(true); in testOnKeyEvents_nudgeToNonHunEscapeNudgeDirection_stayInTheHun()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DNavigator.java137 if (isHunWindow(window)) { in findHunWindow()
641 boolean isHunWindow(@Nullable AccessibilityWindowInfo window) { in isHunWindow() method in Navigator
H A DRotaryService.java1559 if (mFocusedNode != null && mNavigator.isHunWindow(mFocusedNode.getWindow()) in handleNudgeEvent()