Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java78 private BubbleViewProvider mExpandedBubble; field in BubbleBarLayerView
184 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()
DBubbleBarAnimationHelper.java97 private BubbleViewProvider mExpandedBubble; field in BubbleBarAnimationHelper
152 mExpandedBubble = expandedBubble; in animateExpansion()
454 BubbleViewProvider bubble = mExpandedBubble; in getExpandedView()
493 boolean isOverflowExpanded = mExpandedBubble.getKey().equals(BubbleOverflow.KEY); in getExpandedViewSize()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java283 @Nullable private BubbleViewProvider mExpandedBubble; field in BubbleStackView
345 if (mExpandedBubble != null) { in dump()
347 pw.println(" expandedBubbleKey: " + mExpandedBubble.getKey()); in dump()
568 final boolean clickedBubbleIsCurrentlyExpandedBubble = mExpandedBubble != null
569 && 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 …]