Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java383 Region windowInteractiveRegion = null; in computePartialInteractiveRegionForWindowLocked() local
390 if (windowInteractiveRegion == null) { in computePartialInteractiveRegionForWindowLocked()
394 windowInteractiveRegion = outRegion; in computePartialInteractiveRegionForWindowLocked()
403 if (windowInteractiveRegion.op(currentWindowRegions, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()