Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java78 private final int mFloatingBackgroundColor; field in BubbleFlyoutView
182 mFloatingBackgroundColor = ta.getColor(0, Color.WHITE); in BubbleFlyoutView()
201 mBgPaint.setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
207 mLeftTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
213 mRightTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in BubbleFlyoutView()
456 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()