Searched refs:getFocusedWindowId (Results 1 – 5 of 5) sorted by relevance
256 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()266 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT)); in onWindowsChanged_focusChangeOnNonTopFocusedDisplay_perDisplayFocusOn_notChangeWindow()284 mA11yWindowManager.getFocusedWindowId(AccessibilityNodeInfo.FOCUS_INPUT); in onWindowChange_focusChangeToNonTopFocusedDisplay_perDisplayFocusOff_shouldChangeWindow()606 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()616 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_a11yFocusEvent_shouldUpdateA11yFocus()654 assertThat(mA11yWindowManager.getFocusedWindowId( in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()665 assertThat(mA11yWindowManager.getFocusedWindowId( in runUpdateActiveAndA11yFocusedWindow_MultiDisplayTest()687 final int currentA11yFocusedWindowId = mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()697 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()704 assertThat(mA11yWindowManager.getFocusedWindowId( in updateActiveAndA11yFocusedWindow_clearA11yFocusEvent_shouldClearA11yFocus()[all …]
275 final int focusedWindowId = mA11yWindowManager.getFocusedWindowId(focusType, in resolveAccessibilityWindowIdForFindFocusLocked()
1763 public int getFocusedWindowId(int focusType) { in getFocusedWindowId() method in AccessibilityWindowManager1764 return getFocusedWindowId(focusType, Display.INVALID_DISPLAY); in getFocusedWindowId()1776 public int getFocusedWindowId(int focusType, int displayId) { in getFocusedWindowId() method in AccessibilityWindowManager
2015 final int focusedWindowId = mA11yWindowManager.getFocusedWindowId(focusType); in resolveAccessibilityWindowIdForFindFocusLocked()
4412 focusedWindowId = mA11yWindowManager.getFocusedWindowId( in getAccessibilityFocusNotLocked()