Searched refs:mDoneAreaPaint (Results 1 – 2 of 2) sorted by relevance
42 private final Paint mDoneAreaPaint = new Paint(); field in PanoProgressBar55 mDoneAreaPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()56 mDoneAreaPaint.setAlpha(0xff); in PanoProgressBar()92 mDoneAreaPaint.setColor(color); in setDoneColor()173 mDrawBounds.bottom, mDoneAreaPaint); in onDraw()
39 private final Paint mDoneAreaPaint = new Paint(); field in PanoProgressBar52 mDoneAreaPaint.setStyle(Paint.Style.FILL); in PanoProgressBar()53 mDoneAreaPaint.setAlpha(0xff); in PanoProgressBar()88 mDoneAreaPaint.setColor(color); in setDoneColor()168 mDrawBounds.bottom, mDoneAreaPaint); in onDraw()