Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java222 final int statusBarHeaderHeightKeyguard = context.getResources() in getStatusBarHeaderHeightKeyguard() local
224 return Math.max(statusBarHeight, statusBarHeaderHeightKeyguard + waterfallInsetTop); in getStatusBarHeaderHeightKeyguard()