Searched refs:mSystemBarBackgroundPainter (Results 1 – 1 of 1) sorted by relevance
116 private SystemBarBackgroundPainter mSystemBarBackgroundPainter; field in SnapshotDrawerUtils.SnapshotSurface137 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()