Searched refs:mBackgroundPaint (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistOrbView.java | 43 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/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewHeader.java | 83 private Paint mBackgroundPaint = new Paint(); field in TaskViewHeader.HighlightColorDrawable 88 mBackgroundPaint.setColor(Color.argb(255, 0, 0, 0)); in HighlightColorDrawable() 89 mBackgroundPaint.setAntiAlias(true); in HighlightColorDrawable() 101 mBackgroundPaint.setColor(color); in setColorAndDim() 133 mCornerRadius, mCornerRadius, mBackgroundPaint); in draw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotSurface.java | 132 private final Paint mBackgroundPaint = new Paint(); field in TaskSnapshotSurface 248 mBackgroundPaint.setColor(backgroundColor != 0 ? backgroundColor : WHITE); in TaskSnapshotSurface() 423 mBackgroundPaint); in drawBackgroundAndBars() 426 c.drawRect(0, frame.bottom, c.getWidth(), c.getHeight(), mBackgroundPaint); in drawBackgroundAndBars()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 188 private final Paint mBackgroundPaint = new Paint(); field in NotificationStackScrollLayout 579 mBackgroundPaint.setAntiAlias(true); in NotificationStackScrollLayout() 886 mCornerRadius, mCornerRadius, mBackgroundPaint); 899 mCornerRadius, mCornerRadius, mBackgroundPaint); 925 mCornerRadius, mCornerRadius, mBackgroundPaint); 944 mBackgroundPaint.setColor(color);
|