Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java239 private BubbleViewProvider mBubbleToExpandAfterFlyoutCollapse = null; field in BubbleStackView
701 mBubbleToExpandAfterFlyoutCollapse = null;
703 mBubbleToExpandAfterFlyoutCollapse = mBubbleData.getSelectedBubble();
2405 (mBubbleToExpandAfterFlyoutCollapse != null) in animateFlyoutCollapsed()
2426 || mBubbleToExpandAfterFlyoutCollapse != null in shouldShowFlyout()
2453 if (mBubbleToExpandAfterFlyoutCollapse != null) { in animateInFlyoutForBubble()
2455 mBubbleData.setSelectedBubble(mBubbleToExpandAfterFlyoutCollapse); in animateInFlyoutForBubble()
2457 mBubbleToExpandAfterFlyoutCollapse = null; in animateInFlyoutForBubble()