Home
last modified time | relevance | path

Searched refs:findWindowInfoByIdLocked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java160 shouldComputeWindows = findWindowInfoByIdLocked(windowId) != null; in setAccessibilityWindowAttributes()
294 WindowInfo findWindowInfoByIdLocked(int windowId) { in findWindowInfoByIdLocked() method in AccessibilityWindowManager.DisplayWindowsObserver
975 final WindowInfo windowInfo = findWindowInfoByIdLocked(window.getId()); in dumpLocked()
1747 public WindowInfo findWindowInfoByIdLocked(int windowId) { in findWindowInfoByIdLocked() method in AccessibilityWindowManager
1751 return observer.findWindowInfoByIdLocked(windowId); in findWindowInfoByIdLocked()
2017 if (observer.findWindowInfoByIdLocked(windowId) != null) { in getDisplayWindowObserverByWindowIdLocked()
H A DAccessibilityManagerService.java551 windowInfo = mA11yWindowManager.findWindowInfoByIdLocked(windowId); in getWindowTransformationMatrixAndMagnificationSpec()
5309 if (mA11yWindowManager.findWindowInfoByIdLocked(resolvedWindowId) != null) { in postponeWindowStateEvent()