Searched refs:mEmptyPaint (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | PercentageBarChart.java | 36 private final Paint mEmptyPaint = new Paint(); field in PercentageBarChart 67 mEmptyPaint.setColor(emptyColor); in PercentageBarChart() 68 mEmptyPaint.setStyle(Paint.Style.FILL); in PercentageBarChart() 106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint); in onDraw() 130 canvas.drawRect(lastX, top, right, bottom, mEmptyPaint); in onDraw() 140 mEmptyPaint.setColor(color); in setBackgroundColor()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PercentageBarChart.java | 36 private final Paint mEmptyPaint = new Paint(); field in PercentageBarChart 67 mEmptyPaint.setColor(emptyColor); in PercentageBarChart() 68 mEmptyPaint.setStyle(Paint.Style.FILL); in PercentageBarChart() 106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint); in onDraw() 130 canvas.drawRect(lastX, top, right, bottom, mEmptyPaint); in onDraw() 140 mEmptyPaint.setColor(color); in setBackgroundColor()
|