Home
last modified time | relevance | path

Searched refs:statusBarHeaderHeightKeyguard (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxy.kt46 val statusBarHeaderHeightKeyguard = in getStatusBarHeight() constant
48 return max(getStatusBarHeight(), statusBarHeaderHeightKeyguard + waterfallInsetTop) in getStatusBarHeight()
DSystemBarUtilsState.kt56 val statusBarHeaderHeightKeyguard: Flow<Int> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java139 final int statusBarHeaderHeightKeyguard = context.getResources() in getStatusBarHeaderHeightKeyguard() local
141 return Math.max(statusBarHeight, statusBarHeaderHeightKeyguard + waterfallInsetTop); in getStatusBarHeaderHeightKeyguard()