Home
last modified time | relevance | path

Searched refs:mBackgroundPaint (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbView.java43 private final Paint mBackgroundPaint = new Paint(); field in AssistOrbView
118 mBackgroundPaint.setAntiAlias(true); in AssistOrbView()
119 mBackgroundPaint.setColor(getResources().getColor(R.color.assist_orb_color)); in AssistOrbView()
134 mBackgroundPaint); in drawBackground() local
270 mBackgroundPaint.setAlpha(255);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java79 private Paint mBackgroundPaint = new Paint(); field in TaskViewHeader.HighlightColorDrawable
84 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java112 private final Paint mBackgroundPaint = new Paint(); field in NotificationStackScrollLayout
415 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()