Home
last modified time | relevance | path

Searched defs:statusBarHeight (Results 1 – 15 of 15) 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/src/com/android/systemui/statusbar/notification/headsup/
DHeadsUpAnimator.kt40 private var statusBarHeight = fetchStatusBarHeight(context) variable
/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
DEdgeToEdgeUtils.java53 int statusBarHeight = activity.getWindow().getDecorView().getRootWindowInsets() in enable() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt144 val statusBarHeight = 156 in startAnimationForEvents_headsUpFromTop_andHasStatusBarChipFalse() constant
172 val statusBarHeight = 156 in startAnimationForEvents_headsUpFromTop_andHasStatusBarChipTrue() constant
DStackScrollAlgorithmTest.kt469 val statusBarHeight = 432 in <lambda>() constant
490 val statusBarHeight = 432 in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsState.kt46 val statusBarHeight: Flow<Int> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/window/
DFakeStatusBarWindowController.kt36 override val statusBarHeight: Int = 0 constant in com.android.systemui.statusbar.window.FakeStatusBarWindowController
/frameworks/base/core/java/com/android/internal/policy/
DSystemBarUtils.java95 final int statusBarHeight = getStatusBarHeight(context); in getQuickQsOffsetHeight() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java156 final int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in getStatusBarHeaderHeightKeyguard() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.kt31 val statusBarHeight: Int constant
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java351 int statusBarHeight) { in drawStatusBarBackground()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java390 int statusBarHeight = SystemBarUtils.getStatusBarHeight(res, cutout); in convertNonDecorInsetsToStableInsets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt196 statusBarHeight -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java107 int statusBarHeight = SystemBarUtils.getStatusBarHeight(context); in updateResources() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java923 final int statusBarHeight = 100; in testComputeConfigResourceOverrides() local