Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java395 final Region currentWindowRegions = new Region(); in computePartialInteractiveRegionForWindowLocked() local
400 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
401 outRegion.set(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
410 currentWindow.getRegionInScreen(currentWindowRegions); in computePartialInteractiveRegionForWindowLocked()
411 if (windowInteractiveRegion.op(currentWindowRegions, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()