Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DSystemBarUtils.java48 final int safeInsetTop = cutout == null ? 0 : cutout.getSafeInsetTop(); in getStatusBarHeight() local
52 return Math.max(safeInsetTop, defaultSize + waterfallInsetTop); in getStatusBarHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotShelfView.kt149 max(cutout.safeInsetTop, waterfall.top), in <lambda>()