Searched refs:bubbleBarExpandedView (Results 1 – 4 of 4) sorted by relevance
49 private var bubbleBarExpandedView: BubbleBarExpandedView? = null variable in com.android.wm.shell.bubbles.BubbleOverflow90 bubbleBarExpandedView?.cleanUpExpandedState() in cleanUpExpandedState()91 bubbleBarExpandedView = null in cleanUpExpandedState()215 bubbleBarExpandedView = view in createBubbleBarExpandedView()219 override fun getBubbleBarExpandedView(): BubbleBarExpandedView? = bubbleBarExpandedView in getBubbleBarExpandedView()
166 @Nullable BubbleBarExpandedView bubbleBarExpandedView; field in BubbleViewInfoTask.BubbleViewInfo191 info.bubbleBarExpandedView = (BubbleBarExpandedView) inflater.inflate( in populateForBubbleBar()193 info.bubbleBarExpandedView.initialize( in populateForBubbleBar()
568 mBubbleBarExpandedView = info.bubbleBarExpandedView; in setViewInfo()
177 assertThat(info.bubbleBarExpandedView).isNull() in <lambda>()205 assertThat(info.bubbleBarExpandedView).isNotNull() in <lambda>()