Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt49 private var bubbleBarExpandedView: BubbleBarExpandedView? = null variable in com.android.wm.shell.bubbles.BubbleOverflow
90 bubbleBarExpandedView?.cleanUpExpandedState() in cleanUpExpandedState()
91 bubbleBarExpandedView = null in cleanUpExpandedState()
215 bubbleBarExpandedView = view in createBubbleBarExpandedView()
219 override fun getBubbleBarExpandedView(): BubbleBarExpandedView? = bubbleBarExpandedView in getBubbleBarExpandedView()
DBubbleViewInfoTask.java166 @Nullable BubbleBarExpandedView bubbleBarExpandedView; field in BubbleViewInfoTask.BubbleViewInfo
191 info.bubbleBarExpandedView = (BubbleBarExpandedView) inflater.inflate( in populateForBubbleBar()
193 info.bubbleBarExpandedView.initialize( in populateForBubbleBar()
DBubble.java568 mBubbleBarExpandedView = info.bubbleBarExpandedView; in setViewInfo()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt177 assertThat(info.bubbleBarExpandedView).isNull() in <lambda>()
205 assertThat(info.bubbleBarExpandedView).isNotNull() in <lambda>()