Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java119 private SystemBarBackgroundPainter mSystemBarBackgroundPainter; field in SnapshotDrawerUtils.SnapshotSurface
143 mSystemBarBackgroundPainter = new SystemBarBackgroundPainter(windowFlags, in initiateSystemBarPainter()
157 mSystemBarBackgroundPainter.setInsets(systemBarInsets); in setFrames()
318 final int statusBarHeight = mSystemBarBackgroundPainter.getStatusBarColorViewHeight(); in drawBackgroundAndBars()
322 c.drawRect(frame.right, alpha(mSystemBarBackgroundPainter.mStatusBarColor) == 0xFF in drawBackgroundAndBars()
329 mSystemBarBackgroundPainter.drawDecors(c, frame); in drawBackgroundAndBars()
337 mSystemBarBackgroundPainter.drawStatusBarBackground(c, alreadyDrawnFrame, in drawStatusBarBackground()
338 mSystemBarBackgroundPainter.getStatusBarColorViewHeight()); in drawStatusBarBackground()
346 mSystemBarBackgroundPainter.drawNavigationBarBackground(c); in drawNavigationBarBackground()