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/
DAccessibilityManagerService.java3456 Region windowInteractiveRegion = null; in computePartialInteractiveRegionForWindowLocked() local
3462 if (windowInteractiveRegion == null) { in computePartialInteractiveRegionForWindowLocked()
3467 windowInteractiveRegion = outRegion; in computePartialInteractiveRegionForWindowLocked()
3474 if (windowInteractiveRegion.op(currentWindowBounds, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()