Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUICutoutProvider.kt67 originalProtectionBounds: Rect, in calculateCameraProtectionBoundsForRotation()
70 val rotatedBoundsOut = Rect(originalProtectionBounds) in calculateCameraProtectionBoundsForRotation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysUICutoutProviderTest.kt158 val originalProtectionBounds = in cutoutInfo_withRotation_doesNotMutateOriginalBounds() constant
161 val originalProtectionBoundsCopy = Rect(originalProtectionBounds) in cutoutInfo_withRotation_doesNotMutateOriginalBounds()
171 bounds = originalProtectionBounds in cutoutInfo_withRotation_doesNotMutateOriginalBounds()