/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() 473 mBackgroundPaint.setStrokeWidth(HIGHLIGHT_WIDTH); in onDraw() 474 mBackgroundPaint.setStrokeCap(Paint.Cap.SQUARE); in onDraw() 475 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE); in onDraw() 476 mBackgroundPaint.setColor(HIGHLIGHT_FAN_COLOR); in onDraw() 477 canvas.drawPath(fanPath, mBackgroundPaint); in onDraw() 480 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/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | UdfpsEnrollProgressBarDrawable.java | 80 private final Paint mBackgroundPaint; field in UdfpsEnrollProgressBarDrawable 144 mBackgroundPaint = new Paint(); in UdfpsEnrollProgressBarDrawable() 145 mBackgroundPaint.setStrokeWidth(mStrokeWidthPx); in UdfpsEnrollProgressBarDrawable() 146 mBackgroundPaint.setColor(mMovingTargetFill); in UdfpsEnrollProgressBarDrawable() 147 mBackgroundPaint.setAntiAlias(true); in UdfpsEnrollProgressBarDrawable() 148 mBackgroundPaint.setStyle(Paint.Style.STROKE); in UdfpsEnrollProgressBarDrawable() 149 mBackgroundPaint.setStrokeCap(Paint.Cap.ROUND); in UdfpsEnrollProgressBarDrawable() 177 mBackgroundPaint.setColor((int) animation.getAnimatedValue()); in UdfpsEnrollProgressBarDrawable() 263 mBackgroundColorAnimator = ValueAnimator.ofArgb(mBackgroundPaint.getColor(), in animateBackgroundColor() 371 mBackgroundPaint); in draw()
|
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/ |
D | AppPairIconDrawable.java | 37 private final Paint mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in AppPairIconDrawable 53 mBackgroundPaint.setStyle(Paint.Style.FILL); in AppPairIconDrawable() 54 mBackgroundPaint.setColor(p.getBgColor()); in AppPairIconDrawable() 213 c.drawDoubleRoundRect(rect, radii, EMPTY_RECT, ARRAY_OF_ZEROES, mBackgroundPaint); in drawCustomRoundedRect() 216 c.drawRoundRect(rect, mP.getBigRadius(), mP.getBigRadius(), mBackgroundPaint); in drawCustomRoundedRect() 227 mBackgroundPaint.setAlpha(i); in setAlpha() 232 mBackgroundPaint.setColorFilter(colorFilter); in setColorFilter()
|
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/ |
D | LoopingAnimationThread.java | 44 private final Paint mBackgroundPaint; field in LoopingAnimationThread 80 mBackgroundPaint = new Paint(); in LoopingAnimationThread() 81 mBackgroundPaint.setColor(Color.BLACK); in LoopingAnimationThread() 82 mBackgroundPaint.setStyle(Paint.Style.FILL); in LoopingAnimationThread() 83 mBackgroundPaint.setAntiAlias(true); in LoopingAnimationThread() 160 mBackgroundPaint); in draw() local
|
/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/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/src/com/android/quickstep/views/ |
D | TaskThumbnailViewDeprecated.java | 98 private final Paint mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in TaskThumbnailViewDeprecated 140 mBackgroundPaint.setColor(Color.WHITE); in TaskThumbnailViewDeprecated() 160 mBackgroundPaint.setColor(color); in bind() 305 cornerRadius, mBackgroundPaint); in drawOnCanvas() 451 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()
|