Loading libs/WindowManager/Shell/src/com/android/wm/shell/recents/RecentsTransitionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -867,7 +867,7 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler, // appearing before the animation itself starts. // TODO: b/399160023 remove this when we stop using transition-type // checks in transition utils. t.hide(target.leash); t.setAlpha(target.leash, 0f); } else { ProtoLog.v(ShellProtoLogGroup.WM_SHELL_RECENTS_TRANSITION, " not handling home taskId=%d", taskInfo.taskId); Loading libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/RecentsTransitionHandlerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -302,7 +302,7 @@ public class RecentsTransitionHandlerTest extends ShellTestCase { mock(Transitions.TransitionFinishCallback.class)); mMainExecutor.flushAll(); verify(startT).hide(controller.getLeashMapForTesting().get(homeLeash)); verify(startT).setAlpha(controller.getLeashMapForTesting().get(homeLeash), 0); } @Test Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/recents/RecentsTransitionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -867,7 +867,7 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler, // appearing before the animation itself starts. // TODO: b/399160023 remove this when we stop using transition-type // checks in transition utils. t.hide(target.leash); t.setAlpha(target.leash, 0f); } else { ProtoLog.v(ShellProtoLogGroup.WM_SHELL_RECENTS_TRANSITION, " not handling home taskId=%d", taskInfo.taskId); Loading
libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/RecentsTransitionHandlerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -302,7 +302,7 @@ public class RecentsTransitionHandlerTest extends ShellTestCase { mock(Transitions.TransitionFinishCallback.class)); mMainExecutor.flushAll(); verify(startT).hide(controller.getLeashMapForTesting().get(homeLeash)); verify(startT).setAlpha(controller.getLeashMapForTesting().get(homeLeash), 0); } @Test Loading