Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java62 private final int mFloatingBackgroundColor; field in BubbleFlyoutView
157 mFloatingBackgroundColor = ta.getColor(0, Color.WHITE); in BubbleFlyoutView()
174 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
180 mLeftTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
186 mRightTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
334 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()