Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java84 private final Paint mBgPaint = new Paint(ANTI_ALIAS_FLAG | FILTER_BITMAP_FLAG); field in BubbleFlyoutView
193 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
389 mBgPaint.setColor( in renderBackground()
396 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()