Home
last modified time | relevance | path

Searched refs:getStatusBarHeightForRotation (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java204 height = SystemBarUtils.getStatusBarHeightForRotation(
208 height = SystemBarUtils.getStatusBarHeightForRotation(
212 height = SystemBarUtils.getStatusBarHeightForRotation(
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DSystemBarUtils.java57 public static int getStatusBarHeightForRotation( in getStatusBarHeightForRotation() method in SystemBarUtils
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTestsBase.java84 doReturn(STATUS_BAR_HEIGHT).when(mDisplayPolicy).getStatusBarHeightForRotation(anyInt()); in setUpDisplayPolicy()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1365 int getStatusBarHeightForRotation(@Surface.Rotation int rotation) {
1366 return SystemBarUtils.getStatusBarHeightForRotation(mUiContext, rotation);
2170 getStatusBarHeightForRotation(portraitRotation);
2172 getStatusBarHeightForRotation(landscapeRotation);
2174 getStatusBarHeightForRotation(seascapeRotation);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt254 SystemBarUtils.getStatusBarHeightForRotation(context, targetRotation),