Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt339 for (exclusionRect in sortedExclusionRects) {
344 if (!Rect.intersects(proposedNewBounds, exclusionRect)) {
352 if (findAbove) -contentRect.height() else exclusionRect.height()
355 exclusionRect.top + verticalOffset)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1516 Rect exclusionRect = calculateGestureExclusionRect(); in updateGestureExclusionRect() local
1517 mView.setSystemGestureExclusionRects(exclusionRect.isEmpty() ? Collections.emptyList() in updateGestureExclusionRect()
1518 : Collections.singletonList(exclusionRect)); in updateGestureExclusionRect()
1522 Rect exclusionRect = null; in calculateGestureExclusionRect() local
1526 exclusionRect = touchableRegion.getBounds(); in calculateGestureExclusionRect()
1528 return exclusionRect != null ? exclusionRect : EMPTY_RECT; in calculateGestureExclusionRect()