Searched refs:mProgressPaint (Results 1 – 1 of 1) sorted by relevance
43 private Paint mProgressPaint; field in NotificationPanelItemView87 mProgressPaint = new Paint(); in initializeLayoutValues()88 mProgressPaint.setAntiAlias(true); in initializeLayoutValues()89 mProgressPaint.setStyle(Paint.Style.STROKE); in initializeLayoutValues()90 mProgressPaint.setColor(mProgressColor); in initializeLayoutValues()91 mProgressPaint.setStrokeWidth(mProgressStrokeWidth); in initializeLayoutValues()195 canvas.drawArc(mProgressBounds, -90, -sweepAngle, false, mProgressPaint); in onDraw()199 canvas.drawArc(mProgressBounds, -90, sweepAngle, false, mProgressPaint); in onDraw()