Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java66 private BubbleViewProvider mExpandedBubble; field in BubbleBarAnimationHelper
81 if (mExpandedBubble != null && mExpandedBubble.getBubbleBarExpandedView() != null) { in BubbleBarAnimationHelper()
90 if (mExpandedBubble != null && mExpandedBubble.getBubbleBarExpandedView() != null) { in BubbleBarAnimationHelper()
105 if (mExpandedBubble != null && mExpandedBubble.getBubbleBarExpandedView() != null) { in BubbleBarAnimationHelper()
108 mExpandedBubble.getBubbleBarExpandedView().setAlpha(alpha); in BubbleBarAnimationHelper()
118 mExpandedBubble = expandedBubble; in animateExpansion()
119 if (mExpandedBubble == null) { in animateExpansion()
180 if (mExpandedBubble == null || mExpandedBubble.getBubbleBarExpandedView() == null) { in animateCollapse()
199 if (mExpandedBubble != null in animateCollapse()
206 if (mExpandedBubble != null in animateCollapse()
[all …]
H A DBubbleBarLayerView.java59 private BubbleViewProvider mExpandedBubble; field in BubbleBarLayerView
152 if (mExpandedBubble != null && !b.getKey().equals(mExpandedBubble.getKey())) { in showExpandedView()
163 mExpandedBubble = b; in showExpandedView()
195 mAnimationHelper.animateExpansion(mExpandedBubble, () -> { in showExpandedView()
241 boolean isOverflowExpanded = mExpandedBubble.getKey().equals(BubbleOverflow.KEY); in updateExpandedView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java781 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) {
1077 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in BubbleStackView()
1100 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in BubbleStackView()
1283 && mExpandedBubble != null && mExpandedBubble.getExpandedView() != null; in shouldShowManageEdu()
1757 return mExpandedBubble; in getExpandedBubble()
1943 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in setSelectedBubble()
2250 if (mExpandedBubble != null && BubbleOverflow.KEY.equals(mExpandedBubble.getKey())) { in animateExpansion()
2408 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in animateCollapse()
2926 if (mExpandedBubble == null || mExpandedBubble.getExpandedView() == null) { in showManageMenu()
3212 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in updateExpandedView()
[all …]