Searched refs:bottomAlignedMargin (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 287 val bottomAlignedMargin = getBottomAlignedMargin(targetRotation, rotatedResources) in <lambda>() constant 301 bottomAlignedMargin, in <lambda>() 445 bottomAlignedMargin: Int, in calculateInsetsForRotationWithRotatedResources() 469 bottomAlignedMargin, in calculateInsetsForRotationWithRotatedResources() 505 bottomAlignedMargin: Int, in getStatusBarContentBounds() 508 val insetTop = getInsetTop(bottomAlignedMargin, statusBarContentHeight, sbHeight) in getStatusBarContentBounds() 598 bottomAlignedMargin: Int, in getInsetTop() 602 val bottomAlignmentEnabled = bottomAlignedMargin >= 0 in getInsetTop() 606 val newArtificialStatusBarHeight = bottomAlignedMargin * 2 + statusBarContentHeight in getInsetTop()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderTest.kt | 684 bottomAlignedMargin = BOTTOM_ALIGNED_MARGIN_NONE, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMarginDisabled_noTopInset() 706 bottomAlignedMargin = 5, in calculateInsetsForRotationWithRotatedResources_bottomAlignedMargin_topBasedOnMargin()
|