Home
last modified time | relevance | path

Searched refs:computePartialInteractiveRegionForWindowLocked (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityWindowManagerTest.java492 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
498 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
515 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion()
528 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion()
546 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java639 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfosByViewId()
714 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfosByText()
790 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfoByAccessibilityId()
868 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findFocus()
944 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in focusSearch()
H A DAccessibilityWindowManager.java373 boolean computePartialInteractiveRegionForWindowLocked(int windowId, in computePartialInteractiveRegionForWindowLocked() method in AccessibilityWindowManager.DisplayWindowsObserver
1517 public boolean computePartialInteractiveRegionForWindowLocked(int windowId, in computePartialInteractiveRegionForWindowLocked() method in AccessibilityWindowManager
1524 return observer.computePartialInteractiveRegionForWindowLocked(parentWindowId, in computePartialInteractiveRegionForWindowLocked()