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.java67 private final int mFloatingBackgroundColor; field in BubbleFlyoutView
174 mFloatingBackgroundColor = ta.getColor(0, Color.WHITE); in BubbleFlyoutView()
193 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
199 mLeftTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
205 mRightTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
391 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()