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

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 81 private Paint mBackgroundPaint;
128 mBackgroundPaint = new Paint();
129 mBackgroundPaint.setStyle(Paint.Style.STROKE);
130 mBackgroundPaint.setAntiAlias(true);
466 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH);
467 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE);
468 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE);
469 mBackgroundPaint.setColor(HIGHLIGHT_FAN_COLOR);
470 canvas.drawPath(fanPath, mBackgroundPaint);
473 mBackgroundPaint.setStyle(Paint.Style.STROKE)
    [all...]
ZoomControlWheel.java 63 private Paint mBackgroundPaint;
72 mBackgroundPaint = new Paint();
73 mBackgroundPaint.setStyle(Paint.Style.STROKE);
74 mBackgroundPaint.setAntiAlias(true);
164 mBackgroundPaint.setStrokeWidth(width);
165 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND);
166 mBackgroundPaint.setColor(color);
167 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint);
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomControlWheel.java 63 private Paint mBackgroundPaint;
72 mBackgroundPaint = new Paint();
73 mBackgroundPaint.setStyle(Paint.Style.STROKE);
74 mBackgroundPaint.setAntiAlias(true);
180 mBackgroundPaint.setStrokeWidth(width);
181 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND);
182 mBackgroundPaint.setColor(color);
183 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint);
IndicatorControlWheel.java 112 private Paint mBackgroundPaint;
160 mBackgroundPaint = new Paint();
161 mBackgroundPaint.setStyle(Paint.Style.STROKE);
162 mBackgroundPaint.setAntiAlias(true);
603 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH);
604 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE);
605 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE);
606 mBackgroundPaint.setColor(HIGHLIGHT_FAN_COLOR);
607 canvas.drawPath(mFanPath, mBackgroundPaint);
610 mBackgroundPaint.setStyle(Paint.Style.STROKE)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 39 private final Paint mBackgroundPaint = new Paint();
56 mBackgroundPaint.setStyle(Paint.Style.FILL);
57 mBackgroundPaint.setAlpha(0xff);
85 mBackgroundPaint.setColor(color);
167 canvas.drawRect(mDrawBounds, mBackgroundPaint);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 38 private final Paint mBackgroundPaint = new Paint();
55 mBackgroundPaint.setStyle(Paint.Style.FILL);
56 mBackgroundPaint.setAlpha(0xff);
83 mBackgroundPaint.setColor(color);
164 canvas.drawRect(mDrawBounds, mBackgroundPaint);
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 936 mBackgroundPaint);
    [all...]

Completed in 106 milliseconds