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