Home
last modified time | relevance | path

Searched refs:resolvedWindowId (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java618 final int resolvedWindowId; in findAccessibilityNodeInfosByViewId() local
640 resolvedWindowId, partialInteractiveRegion)) { in findAccessibilityNodeInfosByViewId()
693 final int resolvedWindowId; in findAccessibilityNodeInfosByText() local
715 resolvedWindowId, partialInteractiveRegion)) { in findAccessibilityNodeInfosByText()
769 final int resolvedWindowId; in findAccessibilityNodeInfoByAccessibilityId() local
791 resolvedWindowId, partialInteractiveRegion)) { in findAccessibilityNodeInfoByAccessibilityId()
847 final int resolvedWindowId; in findFocus() local
924 final int resolvedWindowId; in focusSearch() local
1016 final int resolvedWindowId; in performAccessibilityAction() local
1785 int resolvedWindowId) { in getWindowTransformationMatrixAndMagnificationSpec() argument
[all …]
H A DAccessibilityWindowManager.java1498 final int resolvedWindowId = getWindowIdLocked(resolvedToken); in resolveParentWindowIdLocked() local
1499 return resolvedWindowId != -1 ? resolvedWindowId : windowId; in resolveParentWindowIdLocked()
H A DAccessibilityManagerService.java5307 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in postponeWindowStateEvent() local
5309 if (mA11yWindowManager.findWindowInfoByIdLocked(resolvedWindowId) != null) { in postponeWindowStateEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java456 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId() local
458 assertEquals(hostWindowId, resolvedWindowId); in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()
472 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId() local
474 assertEquals(embeddedWindowId, resolvedWindowId); in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()