Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java271 private BubbleViewProvider mBubbleToExpandAfterFlyoutCollapse = null; field in BubbleStackView
840 mBubbleToExpandAfterFlyoutCollapse = null;
842 mBubbleToExpandAfterFlyoutCollapse = mBubbleData.getSelectedBubble();
3037 (mBubbleToExpandAfterFlyoutCollapse != null) in animateFlyoutCollapsed()
3059 || mBubbleToExpandAfterFlyoutCollapse != null in shouldShowFlyout()
3086 if (mBubbleToExpandAfterFlyoutCollapse != null) { in animateInFlyoutForBubble()
3088 mBubbleData.setSelectedBubble(mBubbleToExpandAfterFlyoutCollapse); in animateInFlyoutForBubble()
3090 mBubbleToExpandAfterFlyoutCollapse = null; in animateInFlyoutForBubble()