Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java747 private BubbleOverflow mBubbleOverflow; field in BubbleStackView
863 mBubbleOverflow = mBubbleData.getOverflow(); in BubbleStackView()
864 mBubbleContainer.addView(mBubbleOverflow.getIconView(), in BubbleStackView()
871 mBubbleData.setSelectedBubble(mBubbleOverflow); in BubbleStackView()
896 mBubbleOverflow.updateResources(); in BubbleStackView()
1236 if (mBubbleOverflow != null) { in updateFontScale()
1242 mBubbleOverflow.update(); in updateOverflow()
1251 mBubbleOverflow.setShowDot(true); in updateOverflowButtonDot()
1255 mBubbleOverflow.setShowDot(false); in updateOverflowButtonDot()
1355 if (mBubbleOverflow != null) { in onDetachedFromWindow()
[all …]