Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DLoadAverageService.java81 private Paint mSystemPaint; field in LoadAverageService.LoadView
142 mSystemPaint = new Paint(); in LoadView()
143 mSystemPaint.setARGB(0x80, 0xff, 0, 0); in LoadView()
144 mSystemPaint.setShadowLayer(2, 0, 0, 0xff000000); in LoadView()
147 mSystemPaint.setShadowLayer(2, 0, 0, 0xff000000); in LoadView()
208 canvas.drawRect(x-systemW, top, x, bottom, mSystemPaint); in onDraw()
239 canvas.drawRect(x-systemW, top, x, bottom, mSystemPaint); in onDraw()