commit | 093aba3d8a532fe8873bfd539d44f6b4a6d984a1 | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Thu Oct 15 16:57:52 2020 -0700 |
committer | Wale Ogunwale <ogunwale@google.com> | Tue Oct 20 12:36:03 2020 -0700 |
tree | c5984a2d910f5208ce15aed869e9e1c55579a7a3 | |
parent | 0e6581c1e6d7e00581626b2df0d84bee5c9d0d78 [diff] |
Have createRootTask return TaskAppearInfo We return TaskAppearInfo on TaskOrganizer#createRootTask so it doesn't have to wait for taskAppeared signal to take action. Also, added createRootTask(..., listener) method to ShellTaskOrganizer so that a specific listener can be associated with a root task we are creating. Bug: 169266958 Test: split-screen works. Change-Id: I5948e623481deadb0aa5fc99b9941914f44a68e2