Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java116 private SystemBarBackgroundPainter mSystemBarBackgroundPainter; field in SnapshotDrawerUtils.SnapshotSurface
137 mSystemBarBackgroundPainter = new SystemBarBackgroundPainter(windowFlags, in initiateSystemBarPainter()
152 mSystemBarBackgroundPainter.setInsets(systemBarInsets); in setFrames()
304 final int statusBarHeight = mSystemBarBackgroundPainter.getStatusBarColorViewHeight(); in drawBackgroundAndBars()
308 c.drawRect(frame.right, alpha(mSystemBarBackgroundPainter.mStatusBarColor) == 0xFF in drawBackgroundAndBars()
315 mSystemBarBackgroundPainter.drawDecors(c, frame); in drawBackgroundAndBars()
323 mSystemBarBackgroundPainter.drawStatusBarBackground(c, alreadyDrawnFrame, in drawStatusBarBackground()
324 mSystemBarBackgroundPainter.getStatusBarColorViewHeight()); in drawStatusBarBackground()
332 mSystemBarBackgroundPainter.drawNavigationBarBackground(c); in drawNavigationBarBackground()