Searched refs:bubbleBarExpandedView (Results 1 – 3 of 3) sorted by relevance
47 private var bubbleBarExpandedView: BubbleBarExpandedView? = null69 bubbleBarExpandedView?.cleanUpExpandedState()70 bubbleBarExpandedView = null189 bubbleBarExpandedView = view193 override fun getBubbleBarExpandedView(): BubbleBarExpandedView? = bubbleBarExpandedView
158 BubbleBarExpandedView bubbleBarExpandedView; field in BubbleViewInfoTask.BubbleViewInfo177 info.bubbleBarExpandedView = (BubbleBarExpandedView) inflater.inflate( in populateForBubbleBar()179 info.bubbleBarExpandedView.initialize(controller, false /* isOverflow */); in populateForBubbleBar()
521 mBubbleBarExpandedView = info.bubbleBarExpandedView; in setViewInfo()