/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlWheel.java | 81 private Paint mBackgroundPaint; field in IndicatorControlWheel 128 mBackgroundPaint = new Paint(); in IndicatorControlWheel() 129 mBackgroundPaint.setStyle(Paint.Style.STROKE); in IndicatorControlWheel() 130 mBackgroundPaint.setAntiAlias(true); in IndicatorControlWheel() 466 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH); in onDraw() 467 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE); in onDraw() 468 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw() 469 mBackgroundPaint.setColor(HIGHLIGHT_FAN_COLOR); in onDraw() 470 canvas.drawPath(fanPath, mBackgroundPaint); in onDraw() 473 mBackgroundPaint.setStyle(Paint.Style.STROKE); in onDraw() [all …]
|
D | ZoomControlWheel.java | 63 private Paint mBackgroundPaint; field in ZoomControlWheel 72 mBackgroundPaint = new Paint(); in ZoomControlWheel() 73 mBackgroundPaint.setStyle(Paint.Style.STROKE); in ZoomControlWheel() 74 mBackgroundPaint.setAntiAlias(true); in ZoomControlWheel() 164 mBackgroundPaint.setStrokeWidth(width); in drawArc() 165 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND); in drawArc() 166 mBackgroundPaint.setColor(color); in drawArc() 167 canvas.drawArc(mBackgroundRect, startAngle, sweepAngle, false, mBackgroundPaint); in drawArc()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PanoProgressBar.java | 41 private final Paint mBackgroundPaint = new Paint(); field in PanoProgressBar 58 mBackgroundPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 59 mBackgroundPaint.setAlpha(0xff); in PanoProgressBar() 87 mBackgroundPaint.setColor(color); in setBackgroundColor() 169 canvas.drawRect(mDrawBounds, mBackgroundPaint); in onDraw()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | PanoProgressBar.java | 38 private final Paint mBackgroundPaint = new Paint(); field in PanoProgressBar 55 mBackgroundPaint.setStyle(Paint.Style.FILL); in PanoProgressBar() 56 mBackgroundPaint.setAlpha(0xff); in PanoProgressBar() 83 mBackgroundPaint.setColor(color); in setBackgroundColor() 164 canvas.drawRect(mDrawBounds, mBackgroundPaint); in onDraw()
|
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/ |
D | QrDecorateView.java | 46 final private Paint mBackgroundPaint; field in QrDecorateView 93 mBackgroundPaint = new Paint(); in QrDecorateView() 94 mBackgroundPaint.setColor(mBackgroundColor); in QrDecorateView() 120 canvas.drawBitmap(mMaskBitmap, 0, 0, mBackgroundPaint); in onDraw()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/ |
D | QrDecorateView.java | 46 final private Paint mBackgroundPaint; field in QrDecorateView 93 mBackgroundPaint = new Paint(); in QrDecorateView() 94 mBackgroundPaint.setColor(mBackgroundColor); in QrDecorateView() 120 canvas.drawBitmap(mMaskBitmap, 0, 0, mBackgroundPaint); in onDraw()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | TouchCircleDrawable.java | 52 private Paint mBackgroundPaint = new Paint(); field in TouchCircleDrawable 82 mBackgroundPaint.setAntiAlias(true); in TouchCircleDrawable() 83 mBackgroundPaint.setColor(resources.getColor(R.color.mode_icon_hover_highlight)); in TouchCircleDrawable() 135 canvas.drawCircle(mCenter.x, mCenter.y, mBackgroundRadius, mBackgroundPaint); in draw()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | TaskThumbnailView.java | 86 private final Paint mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in TaskThumbnailView 121 mBackgroundPaint.setColor(Color.WHITE); in TaskThumbnailView() 134 mBackgroundPaint.setColor(color); in bind() 276 canvas.drawRoundRect(x, y, width, height, cornerRadius, cornerRadius, mBackgroundPaint); in drawOnCanvas() 315 mBackgroundPaint.setColorFilter(filter); in updateThumbnailPaintFilter()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 936 mBackgroundPaint); in drawEmptyBlock() 953 Paint mBackgroundPaint; field in ImageBlockManager 957 mBackgroundPaint = new Paint(); in initGraphics() 958 mBackgroundPaint.setStyle(Paint.Style.FILL); in initGraphics() 959 mBackgroundPaint.setColor(0xFF000000); // black in initGraphics() 1119 yPos + mBlockHeight, mBackgroundPaint); in doDraw()
|