HomeSort by relevance Sort by last modified time
    Searched refs:mIndicatorPaint (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 31 private final Paint mIndicatorPaint = new Paint();
36 mIndicatorPaint.setColor(getResources().getColor(R.color.setup_step_background));
37 mIndicatorPaint.setStyle(Paint.Style.FILL);
60 canvas.drawPath(mIndicatorPath, mIndicatorPaint);
SetupStartIndicatorView.java 86 private final Paint mIndicatorPaint = new Paint();
93 mIndicatorPaint.setStyle(Paint.Style.FILL);
119 mIndicatorPaint.setColor(color);
120 canvas.drawPath(path, mIndicatorPaint);
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 43 private final Paint mIndicatorPaint = new Paint();
61 mIndicatorPaint.setStyle(Paint.Style.FILL);
62 mIndicatorPaint.setAlpha(0xff);
97 mIndicatorPaint.setColor(color);
184 canvas.drawRect(l, mDrawBounds.top, r, mDrawBounds.bottom, mIndicatorPaint);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 40 private final Paint mIndicatorPaint = new Paint();
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 69 milliseconds