Searched refs:mBackgroundPaint (Results 1 – 3 of 3) sorted by relevance
43 private final Paint mBackgroundPaint = new Paint(); field in AssistOrbView118 mBackgroundPaint.setAntiAlias(true); in AssistOrbView()119 mBackgroundPaint.setColor(getResources().getColor(R.color.assist_orb_color)); in AssistOrbView()134 mBackgroundPaint); in drawBackground() local270 mBackgroundPaint.setAlpha(255);
79 private Paint mBackgroundPaint = new Paint(); field in TaskViewHeader.HighlightColorDrawable84 mBackgroundPaint.setColor(Color.argb(255, 0, 0, 0)); in HighlightColorDrawable()85 mBackgroundPaint.setAntiAlias(true); in HighlightColorDrawable()94 mBackgroundPaint.setColor(color); in setColorAndDim()126 mCornerRadius, mCornerRadius, mBackgroundPaint); in draw()
112 private final Paint mBackgroundPaint = new Paint(); field in NotificationStackScrollLayout415 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom, mBackgroundPaint); in onDraw()445 mBackgroundPaint.setColor(color); in updateBackgroundDimming()478 mBackgroundPaint.setXfermode(mDrawBackgroundAsSrc && (!mFadingOut && !mParentFadingOut) in updateSrcDrawing()