Home
last modified time | relevance | path

Searched defs:statusBarHeight (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DLargeScreenHeaderHelper.kt34 val statusBarHeight = SystemBarUtils.getStatusBarHeight(context) in getLargeScreenHeaderHeight() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/common/ui/compose/windowinsets/
DScreenDecorProvider.kt54 val statusBarHeight = WindowInsets.systemBars.asPaddingValues().calculateTopPadding() in ScreenDecorProvider() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DGoneScene.kt89 val statusBarHeight = SystemBarUtils.getStatusBarHeight(context) in HeadsUpNotificationStack() constant
/frameworks/base/core/java/com/android/internal/policy/
DSystemBarUtils.java91 final int statusBarHeight = getStatusBarHeight(context); in getQuickQsOffsetHeight() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsState.kt46 val statusBarHeight: Flow<Int> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt170 val statusBarHeight = systemBarUtils.getStatusBarHeaderHeightKeyguard() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java136 final int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in getStatusBarHeaderHeightKeyguard() local
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java318 final int statusBarHeight = mSystemBarBackgroundPainter.getStatusBarColorViewHeight(); in drawBackgroundAndBars() local
542 int statusBarHeight) { in drawStatusBarBackground()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java346 int statusBarHeight = SystemBarUtils.getStatusBarHeight(res, cutout); in convertNonDecorInsetsToStableInsets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt197 statusBarHeight, in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java99 int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in updateResources() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java849 final int statusBarHeight = 100; in testComputeConfigResourceOverrides() local