Home
last modified time | relevance | path

Searched refs:mBubbleBarExpandedView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java109 private BubbleBarExpandedView mBubbleBarExpandedView; field in Bubble
393 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 …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java512 private final BubbleBarExpandedView mBubbleBarExpandedView; field in BubbleBarAnimationHelper.DragAnimatorListenerAdapter
515 mBubbleBarExpandedView = bbev; in DragAnimatorListenerAdapter()
520 mBubbleBarExpandedView.setAnimating(true); in onAnimationStart()
525 mBubbleBarExpandedView.setAnimating(false); in onAnimationEnd()