Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java43 private Paint mProgressPaint; field in NotificationPanelItemView
87 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()