Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt532 val actualCutoutRect = in getStatusBarContentBounds() constant
541 if (!shareShortEdge(sbRect, actualCutoutRect, cWidth, cHeight)) { in getStatusBarContentBounds()
545 if (actualCutoutRect.touchesLeftEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarContentBounds()
546 var logicalWidth = actualCutoutRect.logicalWidth(relativeRotation) in getStatusBarContentBounds()
549 } else if (actualCutoutRect.touchesRightEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarContentBounds()
550 var logicalWidth = actualCutoutRect.logicalWidth(relativeRotation) in getStatusBarContentBounds()