Searched refs:sBackgroundPaint (Results 1 – 1 of 1) sorted by relevance
107 private static final Paint sBackgroundPaint = new Paint(); field in SnapshotDrawerUtils146 sBackgroundPaint.setColor(backgroundColor != 0 ? backgroundColor : WHITE); in initiateSystemBarPainter()324 ? frame.bottom : c.getHeight(), sBackgroundPaint); in drawBackgroundAndBars()327 c.drawRect(0, frame.bottom, c.getWidth(), c.getHeight(), sBackgroundPaint); in drawBackgroundAndBars()