Searched refs:getFocusedWindowId (Results 1 – 5 of 5) sorted by relevance
191 assertEquals(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in stopTrackingWindows_shouldClearWindows()245 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()255 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()273 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()284 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()593 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()603 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()623 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()633 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()640 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()[all …]
1519 public int getFocusedWindowId(int focusType) { in getFocusedWindowId() method in AccessibilityWindowManager
1684 return mA11yWindowManager.getFocusedWindowId(focusType); in resolveAccessibilityWindowIdForFindFocusLocked()
3513 focusedWindowId = mA11yWindowManager.getFocusedWindowId( in getAccessibilityFocusNotLocked()
4350 PLcom/android/server/accessibility/AccessibilityWindowManager;->getFocusedWindowId(I)I