Home
last modified time | relevance | path

Searched defs:protectionBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraProtectionLoader.kt74 val protectionBounds = in loadCameraProtectionInfoList() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt292 val protectionBounds = Rect(10, 10, 110, 110) in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() constant
558 val protectionBounds = Rect(890, 10, 990, 110) in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() constant
728 val protectionBounds = Rect(480, 10, 600, 90) in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DCameraAvailabilityListenerTest.kt362 var protectionBounds: Rect? = null variable in com.android.systemui.CameraAvailabilityListenerTest.TestCameraTransitionCallback