Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt85 val statusBarContentHeight = 15 in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant
101 statusBarContentHeight in testGetBoundingRectForPrivacyChipForRotation_noCutout()
138 statusBarContentHeight in testGetBoundingRectForPrivacyChipForRotation_noCutout()
188 val statusBarContentHeight = 15 in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() constant
210 statusBarContentHeight in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()
231 statusBarContentHeight in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()
254 statusBarContentHeight in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()
281 statusBarContentHeight in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()
300 val statusBarContentHeight = 15 in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() constant
323 statusBarContentHeight in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt288 val statusBarContentHeight = in <lambda>() constant
302 statusBarContentHeight in <lambda>()
446 statusBarContentHeight: Int in calculateInsetsForRotationWithRotatedResources()
470 statusBarContentHeight in calculateInsetsForRotationWithRotatedResources()
506 statusBarContentHeight: Int in getStatusBarContentBounds()
508 val insetTop = getInsetTop(bottomAlignedMargin, statusBarContentHeight, sbHeight) in getStatusBarContentBounds()
599 statusBarContentHeight: Int, in getInsetTop()
606 val newArtificialStatusBarHeight = bottomAlignedMargin * 2 + statusBarContentHeight in getInsetTop()