Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05b6d1fb authored by Shan Huang's avatar Shan Huang
Browse files

Generate progress events from app process for app animations.

Bug: 261654570
Flag: None
Test: atest BackNavigationControllerTest
Test: atest OnBackInvokedCallbackGestureTest
Test: atest BackAnimationControllerTest
Test: atest BackTouchTrackerTest
Test: atest WindowOnBackInvokedDispatcherTest

Change-Id: I075c099d59012825583fd9beda29a33d00f4d077
parent 3983ad03
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -220,6 +220,11 @@ public class LauncherBackAnimationController {
                }
            });
        }

        @Override
        public void setTriggerBack(boolean triggerBack) {
            // TODO(b/261654570): track touch from the Launcher process.
        }
    }

    private static class RemoteAnimationRunnerStub extends IRemoteAnimationRunner.Stub {