Searched refs:resolveParentWindowIdLocked (Results 1 – 5 of 5) sorted by relevance
437 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotEmbedded_shouldReturnGivenId()443 assertEquals(windowId, mA11yWindowManager.resolveParentWindowIdLocked(windowId)); in resolveParentWindowId_windowIsNotRegistered_shouldReturnGivenId()456 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsAssociated_shouldReturnParentWindowId()472 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in resolveParentWindowId_windowIsDisassociated_shouldReturnGivenId()
170 when(mMockA11yWindowManager.resolveParentWindowIdLocked(anyInt())).then(returnsFirstArg()); in setUp()
1492 public int resolveParentWindowIdLocked(int windowId) { in resolveParentWindowIdLocked() method in AccessibilityWindowManager1519 final int parentWindowId = resolveParentWindowIdLocked(windowId); in computePartialInteractiveRegionForWindowLocked()1732 windowId = resolveParentWindowIdLocked(windowId); in findA11yWindowInfoByIdLocked()1748 windowId = resolveParentWindowIdLocked(windowId); in findWindowInfoByIdLocked()
541 if (mAccessibilityWindowManager.resolveParentWindowIdLocked(windowId) in isRetrievalAllowingWindowLocked()
5307 final int resolvedWindowId = mA11yWindowManager.resolveParentWindowIdLocked( in postponeWindowStateEvent()