Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DSystemBarUtils.java48 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeight() local
51 return Math.max(safeInsetTop, defaultSize + waterfallInsetTop); in getStatusBarHeight()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java221 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeaderHeightKeyguard() local
224 return Math.max(statusBarHeight, statusBarHeaderHeightKeyguard + waterfallInsetTop); in getStatusBarHeaderHeightKeyguard()