Searched refs:mExpandedBubble (Results 1 – 3 of 3) sorted by relevance
78 private BubbleViewProvider mExpandedBubble; field in BubbleBarLayerView184 if (mExpandedBubble != null && !b.getKey().equals(mExpandedBubble.getKey())) { in showExpandedView()195 mExpandedBubble = b; in showExpandedView()225 if (inDismiss && mExpandedBubble != null) { in showExpandedView()226 mBubbleController.dismissBubble(mExpandedBubble.getKey(), DISMISS_USER_GESTURE); in showExpandedView()246 mAnimationHelper.animateExpansion(mExpandedBubble, () -> { in showExpandedView()368 if (mExpandedView == null || mExpandedBubble == null) return; in updateExpandedView()369 boolean isOverflowExpanded = mExpandedBubble.getKey().equals(BubbleOverflow.KEY); in updateExpandedView()
97 private BubbleViewProvider mExpandedBubble; field in BubbleBarAnimationHelper152 mExpandedBubble = expandedBubble; in animateExpansion()454 BubbleViewProvider bubble = mExpandedBubble; in getExpandedView()493 boolean isOverflowExpanded = mExpandedBubble.getKey().equals(BubbleOverflow.KEY); in getExpandedViewSize()
283 @Nullable private BubbleViewProvider mExpandedBubble; field in BubbleStackView345 if (mExpandedBubble != null) { in dump()347 pw.println(" expandedBubbleKey: " + mExpandedBubble.getKey()); in dump()568 final boolean clickedBubbleIsCurrentlyExpandedBubble = mExpandedBubble != null569 && clickedBubble.getKey().equals(mExpandedBubble.getKey());677 if (mIsExpanded && mExpandedBubble != null && v.equals(mExpandedBubble.getIconView())) {1069 PointF p = mPositioner.getExpandedBubbleXY(getBubbleIndex(mExpandedBubble), in BubbleStackView()1071 final float translationY = mPositioner.getExpandedViewY(mExpandedBubble, in BubbleStackView()1946 return mExpandedBubble; in getExpandedBubble()1951 return mExpandedBubble != null ? mExpandedBubble.getExpandedView() : null; in getExpandedView()[all …]