Searched refs:isInFocusedWindow (Results 1 – 2 of 2) sorted by relevance
1705 when(mRotaryService.isInFocusedWindow(appButton3Node)).thenReturn(false); in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick()1795 when(mRotaryService.isInFocusedWindow(appButton3Node)).thenReturn(false); in testOnKeyEvents_centerButtonLongClickInSystemWindow_performActionLongClick()2239 when(mRotaryService.isInFocusedWindow(appButton3Node)).thenReturn(true); in testDirectManipulationMode2()
1513 if (isInFocusedWindow(mFocusedNode) && !mNavigator.isHostNode(mFocusedNode)) { in handleCenterButtonEvent()2019 if (mFocusedNode != null && remainingRotationCount > 0 && isInFocusedWindow(mFocusedNode)) { in handleRotateEvent()2124 boolean isInFocusedWindow(@NonNull AccessibilityNodeInfo node) { in isInFocusedWindow() method in RotaryService