Searched refs:mBubbleToExpandAfterFlyoutCollapse (Results 1 – 1 of 1) sorted by relevance
1161 @Nullable private Bubble mBubbleToExpandAfterFlyoutCollapse = null; field in BubbleStackView1164 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()