Searched refs:mBackgroundPaint (Results 1 – 4 of 4) sorted by relevance
185 private final Paint mBackgroundPaint; field in SplashscreenIconDrawableFactory.MaskBackgroundDrawable194 mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG | Paint.DITHER_FLAG in MaskBackgroundDrawable()196 mBackgroundPaint.setColor(backgroundColor); in MaskBackgroundDrawable()197 mBackgroundPaint.setStyle(Paint.Style.FILL); in MaskBackgroundDrawable()199 mBackgroundPaint = null; in MaskBackgroundDrawable()220 if (mBackgroundPaint != null) { in draw()221 canvas.drawPath(mMaskScaleOnly, mBackgroundPaint); in draw()227 if (mBackgroundPaint != null) { in setAlpha()228 mBackgroundPaint.setAlpha(alpha); in setAlpha()
75 private final Paint mBackgroundPaint = new Paint(); field in TaskSnapshotWindow175 mBackgroundPaint.setColor(backgroundColor != 0 ? backgroundColor : WHITE); in TaskSnapshotWindow()182 return mBackgroundPaint.getColor(); in getBackgroundColor()
45 private final Paint mBackgroundPaint; field in QrDecorateView92 mBackgroundPaint = new Paint(); in QrDecorateView()93 mBackgroundPaint.setColor(mBackgroundColor); in QrDecorateView()124 canvas.drawBitmap(mMaskBitmap, 0, 0, mBackgroundPaint); in onDraw()
406 private final Paint mBackgroundPaint; field in KeyboardLayoutPreviewDrawable.ResourceProvider455 mBackgroundPaint = createFillPaint(backgroundColor); in ResourceProvider()478 return mBackgroundPaint; in getBackgroundPaint()