Searched refs:mExpandedBubble (Results 1 – 1 of 1) sorted by relevance
249 @Nullable private BubbleViewProvider mExpandedBubble; field in BubbleStackView294 if (mExpandedBubble != null) { in dump()296 pw.println(" expandedBubbleKey: " + mExpandedBubble.getKey()); in dump()298 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump()510 clickedBubble.getKey().equals(mExpandedBubble.getKey());619 if (mIsExpanded && mExpandedBubble != null && v.equals(mExpandedBubble.getIconView())) {940 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in BubbleStackView()942 mExpandedBubble.getExpandedView().setSurfaceZOrderedOnTop(true); in BubbleStackView()943 mExpandedBubble.getExpandedView().setAlphaAnimating(true); in BubbleStackView()949 if (mExpandedBubble != null in BubbleStackView()[all …]