commit | dc7cb3659d21093f3fc6a0b7b242bf1f743d3c67 | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Mon Aug 22 12:04:37 2022 +0800 |
committer | Chris Li <lihongyu@google.com> | Thu Sep 01 12:00:31 2022 +0800 |
tree | 960e1bcb938fa8d0740e8b9acbbea992303e6bb6 | |
parent | 907c1ad88d65af7550a255c6ba9ebc8321acb5a5 [diff] |
Add TaskFragmentOrganizer#applyTransaction with request transition Instead of having WM Core to "guess" when to request transtiion, let the organizer to tell whether or not it needs to be applied immediately. With the shouldApplyIndependently parameter, we can make sure the future runtime API to change split layout won't affect other ongoing transition. Bug: 207070762 Test: atest WmTests:TaskFragmentOrganizerControllerTest Change-Id: I658b0ba1ae9decc741f09cb53bfff2c45ea076a0