Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java391 Region windowInteractiveRegion = null; in computePartialInteractiveRegionForWindowLocked() local
398 if (windowInteractiveRegion == null) { in computePartialInteractiveRegionForWindowLocked()
402 windowInteractiveRegion = outRegion; in computePartialInteractiveRegionForWindowLocked()
411 if (windowInteractiveRegion.op(currentWindowRegions, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()