Home
last modified time | relevance | path

Searched refs:getFocusedWindowId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java217 assertEquals(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in stopTrackingWindows_shouldClearWindows()
233 assertNotEquals(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in stopTrackingWindows_onNonTopFocusedDisplay_shouldNotResetTopFocusWindow()
271 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()
281 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()
299 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()
310 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()
589 assertThat(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in updateActiveAndA11yFocusedWindow_windowStateChangedEvent_noTracking_shouldUpdate()
626 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()
636 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()
674 assertThat(mA11yWindowManager.getFocusedWindowId( in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()
[all …]
DAccessibilityWindowManagerWithAccessibilityWindowTest.java233 assertEquals(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in stopTrackingWindows_shouldClearWindows()
249 assertNotEquals(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in stopTrackingWindows_onNonTopFocusedDisplay_shouldNotResetTopFocusWindow()
286 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()
296 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()
314 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()
325 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()
750 assertThat(mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT), in updateActiveAndA11yFocusedWindow_windowStateChangedEvent_noTracking_shouldUpdate()
787 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()
797 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()
835 assertThat(mA11yWindowManager.getFocusedWindowId( in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyAccessibilityServiceConnection.java284 final int focusedWindowId = mA11yWindowManager.getFocusedWindowId(focusType, in resolveAccessibilityWindowIdForFindFocusLocked()
DAccessibilityWindowManager.java1928 public int getFocusedWindowId(int focusType) { in getFocusedWindowId() method in AccessibilityWindowManager
1929 return getFocusedWindowId(focusType, Display.INVALID_DISPLAY); in getFocusedWindowId()
1941 public int getFocusedWindowId(int focusType, int displayId) { in getFocusedWindowId() method in AccessibilityWindowManager
DAbstractAccessibilityServiceConnection.java2186 final int focusedWindowId = mA11yWindowManager.getFocusedWindowId(focusType); in resolveAccessibilityWindowIdForFindFocusLocked()
DAccessibilityManagerService.java5281 focusedWindowId = mA11yWindowManager.getFocusedWindowId( in getAccessibilityFocusNotLocked()