Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java313 Region windowInteractiveRegion = null; in computePartialInteractiveRegionForWindowLocked() local
320 if (windowInteractiveRegion == null) { in computePartialInteractiveRegionForWindowLocked()
324 windowInteractiveRegion = outRegion; in computePartialInteractiveRegionForWindowLocked()
333 if (windowInteractiveRegion.op(currentWindowRegions, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()