Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java104 private static final Paint sBackgroundPaint = new Paint(); field in SnapshotDrawerUtils
140 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()