Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java512 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
518 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
535 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion()
548 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion()
566 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java654 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
660 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_wholeVisible_returnWholeRegion()
682 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_halfVisible_returnHalfRegion()
703 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_notVisible_returnEmptyRegion()
726 mA11yWindowManager.computePartialInteractiveRegionForWindowLocked(windowId, outBounds); in computePartialInteractiveRegionForWindow_partialVisible_returnVisibleRegion()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java694 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfosByViewId()
770 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfosByText()
847 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findAccessibilityNodeInfoByAccessibilityId()
926 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in findFocus()
1003 if (!mA11yWindowManager.computePartialInteractiveRegionForWindowLocked( in focusSearch()
DAccessibilityWindowManager.java381 boolean computePartialInteractiveRegionForWindowLocked(int windowId, in computePartialInteractiveRegionForWindowLocked() method in AccessibilityWindowManager.DisplayWindowsObserver
1682 public boolean computePartialInteractiveRegionForWindowLocked(int windowId, in computePartialInteractiveRegionForWindowLocked() method in AccessibilityWindowManager
1689 return observer.computePartialInteractiveRegionForWindowLocked(parentWindowId, in computePartialInteractiveRegionForWindowLocked()
/frameworks/base/services/
Dart-wear-profile3534 …/AccessibilityWindowManager$DisplayWindowsObserver;->computePartialInteractiveRegionForWindowLocke…
3574 …id/server/accessibility/AccessibilityWindowManager;->computePartialInteractiveRegionForWindowLocke…