Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2518,6 +2518,7 @@ public class BubbleStackView extends FrameLayout mExpandedAnimationController.expandFromStack(() -> { updatePointerPosition(false /* forIme */); afterExpandedViewAnimation(); mExpandedViewContainer.setVisibility(VISIBLE); mExpandedViewAnimationController.animateForImeVisibilityChange(visible); } /* after */); return; Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2518,6 +2518,7 @@ public class BubbleStackView extends FrameLayout mExpandedAnimationController.expandFromStack(() -> { updatePointerPosition(false /* forIme */); afterExpandedViewAnimation(); mExpandedViewContainer.setVisibility(VISIBLE); mExpandedViewAnimationController.animateForImeVisibilityChange(visible); } /* after */); return; Loading