Searched refs:mBubbleBarExpandedView (Results 1 – 1 of 1) sorted by relevance
107 private BubbleBarExpandedView mBubbleBarExpandedView; field in Bubble388 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 …]