Searched refs:waterfallInsetTop (Results 1 – 2 of 2) sorted by relevance
48 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeight() local51 return Math.max(safeInsetTop, defaultSize + waterfallInsetTop); in getStatusBarHeight()
221 final int waterfallInsetTop = cutout == null ? 0 : cutout.getWaterfallInsets().top; in getStatusBarHeaderHeightKeyguard() local224 return Math.max(statusBarHeight, statusBarHeaderHeightKeyguard + waterfallInsetTop); in getStatusBarHeaderHeightKeyguard()