Searched refs:mBgPaint (Results 1 – 1 of 1) sorted by relevance
79 private final Paint mBgPaint = new Paint(ANTI_ALIAS_FLAG | FILTER_BITMAP_FLAG); field in BubbleFlyoutView183 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()340 mBgPaint.setColor( in renderBackground()347 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground()