Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3464 Rect currentWindowBounds = mTempRect; in computePartialInteractiveRegionForWindowLocked() local
3465 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3466 outRegion.set(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3472 Rect currentWindowBounds = mTempRect; in computePartialInteractiveRegionForWindowLocked() local
3473 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3474 if (windowInteractiveRegion.op(currentWindowBounds, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()