Loading libs/WindowManager/Shell/src/com/android/wm/shell/transition/DefaultMixedHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -733,6 +733,7 @@ public class DefaultMixedHandler implements MixedTransitionHandler, // In order to play display level animation, force the type to CHANGE (it could be PIP). final TransitionInfo changeInfo = info.getType() != TRANSIT_CHANGE ? subCopy(info, TRANSIT_CHANGE, true /* withChanges */) : info; changeInfo.getChanges().remove(pipChange); final MixedTransition mixed = createDefaultMixedTransition( MixedTransition.TYPE_ENTER_PIP_WITH_DISPLAY_CHANGE, transition); mActiveTransitions.add(mixed); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/transition/DefaultMixedHandler.java +1 −0 Original line number Diff line number Diff line Loading @@ -733,6 +733,7 @@ public class DefaultMixedHandler implements MixedTransitionHandler, // In order to play display level animation, force the type to CHANGE (it could be PIP). final TransitionInfo changeInfo = info.getType() != TRANSIT_CHANGE ? subCopy(info, TRANSIT_CHANGE, true /* withChanges */) : info; changeInfo.getChanges().remove(pipChange); final MixedTransition mixed = createDefaultMixedTransition( MixedTransition.TYPE_ENTER_PIP_WITH_DISPLAY_CHANGE, transition); mActiveTransitions.add(mixed); Loading