PrivacyDot centerVertical statusBar w/ landcape

Privacy dot view shall be center_vertical aligned to status bar with
landscape mode.

Bug: 204841353
Test: atest StatusBarContentInsetsProviderTest
Change-Id: I349fc7ef5295ddffc03201db9461f2f55e77d3b3
This commit is contained in:
Milton Wu
2021-11-02 15:05:30 +08:00
parent 2121a9f369
commit 80b4bb3ec6

View File

@@ -178,7 +178,7 @@ class StatusBarContentInsetsProvider @Inject constructor(
targetRotation,
dc,
context.resources.configuration.windowConfiguration.maxBounds,
SystemBarUtils.getStatusBarHeight(context),
SystemBarUtils.getStatusBarHeightForRotation(context, targetRotation),
minLeft,
minRight,
isRtl,