Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java387 final Region currentWindowRegions = new Region(); in computePartialInteractiveRegionForWindowLocked() local
392 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
393 outRegion.set(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
402 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
403 if (windowInteractiveRegion.op(currentWindowRegions, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()