Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +5 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,11 @@ public class BubbleExpandedView extends LinearLayout { + " bubble=" + getBubbleKey()); } final float alpha = visibility ? 1f : 0f; if (alpha == mActivityView.getAlpha()) { return; } mPointerView.setAlpha(alpha); if (mActivityView != null) { mActivityView.setAlpha(alpha); Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −0 Original line number Diff line number Diff line Loading @@ -1901,6 +1901,8 @@ public class BubbleStackView extends FrameLayout .withEndActions(() -> { if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { mExpandedBubble.getExpandedView() .setContentVisibility(true); mExpandedBubble.getExpandedView() .setSurfaceZOrderedOnTop(false); } Loading Loading @@ -2045,6 +2047,7 @@ public class BubbleStackView extends FrameLayout }) .withEndActions(() -> { if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { mExpandedBubble.getExpandedView().setContentVisibility(true); mExpandedBubble.getExpandedView().setSurfaceZOrderedOnTop(false); } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleExpandedView.java +5 −0 Original line number Diff line number Diff line Loading @@ -494,6 +494,11 @@ public class BubbleExpandedView extends LinearLayout { + " bubble=" + getBubbleKey()); } final float alpha = visibility ? 1f : 0f; if (alpha == mActivityView.getAlpha()) { return; } mPointerView.setAlpha(alpha); if (mActivityView != null) { mActivityView.setAlpha(alpha); Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −0 Original line number Diff line number Diff line Loading @@ -1901,6 +1901,8 @@ public class BubbleStackView extends FrameLayout .withEndActions(() -> { if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { mExpandedBubble.getExpandedView() .setContentVisibility(true); mExpandedBubble.getExpandedView() .setSurfaceZOrderedOnTop(false); } Loading Loading @@ -2045,6 +2047,7 @@ public class BubbleStackView extends FrameLayout }) .withEndActions(() -> { if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { mExpandedBubble.getExpandedView().setContentVisibility(true); mExpandedBubble.getExpandedView().setSurfaceZOrderedOnTop(false); } Loading