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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java43 private final Paint mBackgroundPaint = new Paint(); field in class:AssistOrbView
118 mBackgroundPaint.setAntiAlias(true);
119 mBackgroundPaint.setColor(getResources().getColor(R.color.assist_orb_color));
134 mBackgroundPaint);
270 mBackgroundPaint.setAlpha(255);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java79 private Paint mBackgroundPaint = new Paint(); field in class:TaskViewHeader.HighlightColorDrawable
84 mBackgroundPaint.setColor(Color.argb(255, 0, 0, 0));
85 mBackgroundPaint.setAntiAlias(true);
94 mBackgroundPaint.setColor(color);
126 mCornerRadius, mCornerRadius, mBackgroundPaint);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java112 private final Paint mBackgroundPaint = new Paint(); field in class:NotificationStackScrollLayout
415 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom, mBackgroundPaint);
445 mBackgroundPaint.setColor(color);
478 mBackgroundPaint.setXfermode(mDrawBackgroundAsSrc && (!mFadingOut && !mParentFadingOut)

Completed in 147 milliseconds