Searched refs:findWindowIdLocked (Results 1 – 3 of 3) sorted by relevance
227 assertEquals(activeWindowId, mA11yWindowManager.findWindowIdLocked( in onWindowsChanged_duringTouchInteractAndFocusChange_shouldChangeActiveWindow()427 assertEquals(mA11yWindowManager.findWindowIdLocked( in findWindowId()556 final int eventWindowId = mA11yWindowManager.findWindowIdLocked( in updateActiveAndA11yFocusedWindow_windowStateChangedEvent_noTracking_shouldUpdate()747 final int defaultFocusWindowId = mA11yWindowManager.findWindowIdLocked( in onTouchInteractionEnd_noServiceInteractiveWindow_shouldClearA11yFocus()818 final int windowId = mA11yWindowManager.findWindowIdLocked( in addAccessibilityInteractionConnection_profileUser_findInParentUser()1100 return mA11yWindowManager.findWindowIdLocked( in getWindowIdFromWindowInfosForDisplay()
485 final int windowId = findWindowIdLocked( in updateWindowsByWindowAttributesLocked()667 mTopFocusedWindowId = findWindowIdLocked(userId, mTopFocusedWindowToken); in updateWindowsLocked()815 final int windowId = findWindowIdLocked(userId, window.token); in populateReportedWindowLocked()838 final int parentId = findWindowIdLocked(userId, window.parentToken); in populateReportedWindowLocked()847 final int childId = findWindowIdLocked(userId, childToken); in populateReportedWindowLocked()1452 public int findWindowIdLocked(int userId, @NonNull IBinder token) { in findWindowIdLocked() method in AccessibilityWindowManager1953 return findWindowIdLocked(userId, token); in findFocusedWindowId()
3808 return mA11yWindowManager.findWindowIdLocked(mCurrentUserId, windowToken); in getAccessibilityWindowId()