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.java79 private final Paint mBgPaint = new Paint(ANTI_ALIAS_FLAG | FILTER_BITMAP_FLAG); field in BubbleFlyoutView
183 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
340 mBgPaint.setColor( in renderBackground()
347 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()