Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java178 private int mBackgroundColorFloating; field in BubbleExpandedView
547 mBackgroundColorFloating = ta.getColor(1, Color.WHITE); in applyThemeAttrs()
548 mExpandedViewContainer.setBackgroundColor(mBackgroundColorFloating); in applyThemeAttrs()
578 mCurrentPointer.setTint(mBackgroundColorFloating); in updatePointerViewIfExists()
581 arrowPaint.setColor(mBackgroundColorFloating); in updatePointerViewIfExists()