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 int mFloatingBackgroundColor; field in BubbleFlyoutView
456 mFloatingBackgroundColor = ta.getColor(0, in applyConfigurationColors()
462 mBgPaint.setColor(mFloatingBackgroundColor); in applyConfigurationColors()
463 mLeftTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in applyConfigurationColors()
464 mRightTriangleShape.getPaint().setColor(mFloatingBackgroundColor); in applyConfigurationColors()
496 mPercentTransitionedToDot, mFloatingBackgroundColor, mDotColor)); in renderBackground()