Searched refs:mIndicatorPaint (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | PanoProgressBar.java | 40 private final Paint mIndicatorPaint = new Paint(); field in PanoProgressBar 58 mIndicatorPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 59 mIndicatorPaint.setAlpha(0xff); in PanoProgressBar() 93 mIndicatorPaint.setColor(color); in setIndicatorColor() 179 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint); in onDraw()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PanoProgressBar.java | 43 private final Paint mIndicatorPaint = new Paint(); field in PanoProgressBar 61 mIndicatorPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 62 mIndicatorPaint.setAlpha(0xff); in PanoProgressBar() 97 mIndicatorPaint.setColor(color); in setIndicatorColor() 184 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint); in onDraw()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupStepIndicatorView.java | 31 private final Paint mIndicatorPaint = new Paint(); field in SetupStepIndicatorView 36 mIndicatorPaint.setColor(getResources().getColor(R.color.setup_step_background)); in SetupStepIndicatorView() 37 mIndicatorPaint.setStyle(Paint.Style.FILL); in SetupStepIndicatorView() 60 canvas.drawPath(mIndicatorPath, mIndicatorPaint); in onDraw()
|
D | SetupStartIndicatorView.java | 86 private final Paint mIndicatorPaint = new Paint(); field in SetupStartIndicatorView.IndicatorView 93 mIndicatorPaint.setStyle(Paint.Style.FILL); in IndicatorView() 119 mIndicatorPaint.setColor(color); in onDraw() 120 canvas.drawPath(path, mIndicatorPaint); in onDraw()
|