Searched refs:mBubbleBarExpandedView (Results 1 – 2 of 2) sorted by relevance
109 private BubbleBarExpandedView mBubbleBarExpandedView; field in Bubble393 return mBubbleBarExpandedView; in getBubbleBarExpandedView()442 if (mBubbleBarExpandedView != null) { in cleanupExpandedView()443 mBubbleBarExpandedView.cleanUpExpandedState(); in cleanupExpandedView()444 mBubbleBarExpandedView = null; in cleanupExpandedView()554 return (mIconView != null && mExpandedView != null) || mBubbleBarExpandedView != null; in isInflated()568 mBubbleBarExpandedView = info.bubbleBarExpandedView; in setViewInfo()588 if (mBubbleBarExpandedView != null) { in setViewInfo()589 mBubbleBarExpandedView.update(this /* bubble */); in setViewInfo()720 if (mBubbleBarExpandedView != null) { in getTaskId()[all …]
512 private final BubbleBarExpandedView mBubbleBarExpandedView; field in BubbleBarAnimationHelper.DragAnimatorListenerAdapter515 mBubbleBarExpandedView = bbev; in DragAnimatorListenerAdapter()520 mBubbleBarExpandedView.setAnimating(true); in onAnimationStart()525 mBubbleBarExpandedView.setAnimating(false); in onAnimationEnd()