Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java107 private BubbleBarExpandedView mBubbleBarExpandedView; field in Bubble
388 return mBubbleBarExpandedView; in getBubbleBarExpandedView()
422 if (mBubbleBarExpandedView != null) { in cleanupExpandedView()
423 mBubbleBarExpandedView.cleanUpExpandedState(); in cleanupExpandedView()
424 mBubbleBarExpandedView = null; in cleanupExpandedView()
507 return (mIconView != null && mExpandedView != null) || mBubbleBarExpandedView != null; in isInflated()
521 mBubbleBarExpandedView = info.bubbleBarExpandedView; in setViewInfo()
541 if (mBubbleBarExpandedView != null) { in setViewInfo()
542 mBubbleBarExpandedView.update(this /* bubble */); in setViewInfo()
673 if (mBubbleBarExpandedView != null) { in getTaskId()
[all …]