Searched refs:currentWindowBounds (Results 1 – 1 of 1) sorted by relevance
3464 Rect currentWindowBounds = mTempRect; in computePartialInteractiveRegionForWindowLocked() local3465 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()3466 outRegion.set(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()3472 Rect currentWindowBounds = mTempRect; in computePartialInteractiveRegionForWindowLocked() local3473 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()3474 if (windowInteractiveRegion.op(currentWindowBounds, Region.Op.DIFFERENCE)) { in computePartialInteractiveRegionForWindowLocked()