Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1161 @Nullable private Bubble mBubbleToExpandAfterFlyoutCollapse = null; field in BubbleStackView
1164 mBubbleToExpandAfterFlyoutCollapse = mBubbleData.getSelectedBubble(); in onFlyoutTapped()
1370 (mBubbleToExpandAfterFlyoutCollapse != null) in animateFlyoutCollapsed()
1413 || mBubbleToExpandAfterFlyoutCollapse != null in animateInFlyoutForBubble()
1423 if (mBubbleToExpandAfterFlyoutCollapse == null) { in animateInFlyoutForBubble()
1426 mBubbleData.setSelectedBubble(mBubbleToExpandAfterFlyoutCollapse); in animateInFlyoutForBubble()
1428 mBubbleToExpandAfterFlyoutCollapse = null; in animateInFlyoutForBubble()