Searched refs:mIndicatorPaint (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStepIndicatorView.java31 private final Paint mIndicatorPaint = new Paint(); field in class:SetupStepIndicatorView
36 mIndicatorPaint.setColor(getResources().getColor(R.color.setup_step_background));
37 mIndicatorPaint.setStyle(Paint.Style.FILL);
60 canvas.drawPath(mIndicatorPath, mIndicatorPaint);
H A DSetupStartIndicatorView.java86 private final Paint mIndicatorPaint = new Paint(); field in class:SetupStartIndicatorView.IndicatorView
93 mIndicatorPaint.setStyle(Paint.Style.FILL);
119 mIndicatorPaint.setColor(color);
120 canvas.drawPath(path, mIndicatorPaint);
/packages/apps/Camera/src/com/android/camera/
H A DPanoProgressBar.java41 private final Paint mIndicatorPaint = new Paint(); field in class:PanoProgressBar
59 mIndicatorPaint.setStyle(Paint.Style.FILL);
60 mIndicatorPaint.setAlpha(0xff);
95 mIndicatorPaint.setColor(color);
182 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint);
/packages/apps/Camera2/src/com/android/camera/
H A DPanoProgressBar.java41 private final Paint mIndicatorPaint = new Paint(); field in class:PanoProgressBar
59 mIndicatorPaint.setStyle(Paint.Style.FILL);
60 mIndicatorPaint.setAlpha(0xff);
95 mIndicatorPaint.setColor(color);
182 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoProgressBar.java40 private final Paint mIndicatorPaint = new Paint(); field in class:PanoProgressBar
58 mIndicatorPaint.setStyle(Paint.Style.FILL);
59 mIndicatorPaint.setAlpha(0xff);
93 mIndicatorPaint.setColor(color);
179 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint);

Completed in 474 milliseconds