Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt425 val relativeRotation = if (currentRotation - targetRotation < 0) { regex
432 val sbRect = sbRect(relativeRotation, sbHeight, Pair(cWidth, cHeight))
444 if (cutoutRect.touchesLeftEdge(relativeRotation, cWidth, cHeight)) {
445 var logicalWidth = cutoutRect.logicalWidth(relativeRotation)
448 } else if (cutoutRect.touchesRightEdge(relativeRotation, cWidth, cHeight)) {
449 var logicalWidth = cutoutRect.logicalWidth(relativeRotation)
461 @Rotation relativeRotation: Int,
467 return when (relativeRotation) {