Searched refs:statusBarHeaderHeightKeyguard (Results 1 – 3 of 3) sorted by relevance
46 val statusBarHeaderHeightKeyguard = in getStatusBarHeight() constant48 return max(getStatusBarHeight(), statusBarHeaderHeightKeyguard + waterfallInsetTop) in getStatusBarHeight()
56 val statusBarHeaderHeightKeyguard: Flow<Int> = constant
139 final int statusBarHeaderHeightKeyguard = context.getResources() in getStatusBarHeaderHeightKeyguard() local141 return Math.max(statusBarHeight, statusBarHeaderHeightKeyguard + waterfallInsetTop); in getStatusBarHeaderHeightKeyguard()