commit | 0eab1427a8d5b9f9b0726691790e35fc681fc428 | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Tue Apr 11 09:38:20 2023 -0700 |
committer | Evan Rosky <erosky@google.com> | Tue Apr 11 20:16:13 2023 -0700 |
tree | 3ea6bd54d50f9400c085f82c7d3aa5a349035a5f | |
parent | a177e5f141551a11f041cc781ea85582b2f8964d [diff] |
Make TransitionController's helper handle start and queue The logic for whether we need to queue a transition or not will be more complicated once transitions can run in parallel, so move the decision logic to TransitionController so that it doesn't need to be repeated everywhere. Bug: 264536014 Test: Just moving code, so existing test should pass Change-Id: I89f69054393f4d0f45500869b25e801781d67c76