Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java180 private int mBackgroundColorFloating; field in BubbleExpandedView
495 mBackgroundColorFloating = ta.getColor(1, Color.WHITE); in applyThemeAttrs()
496 mExpandedViewContainer.setBackgroundColor(mBackgroundColorFloating); in applyThemeAttrs()
519 mCurrentPointer.setTint(mBackgroundColorFloating); in updatePointerView()
522 arrowPaint.setColor(mBackgroundColorFloating); in updatePointerView()