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.java64 private final int mFloatingBackgroundColor; field in BubbleFlyoutView
167 mFloatingBackgroundColor = ta.getColor(0, Color.WHITE); in BubbleFlyoutView()
183 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
189 mLeftTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
195 mRightTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
342 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()