commit | d91aca44ec53f9b937ef2ee1cab978317a1a3cce | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Fri Jan 05 10:55:04 2024 +0100 |
committer | Jordan Demeulenaere <jdemeulenaere@google.com> | Fri Jan 05 14:21:27 2024 +0100 |
tree | 7a84e1de5341cca16af0a07c62bf4445f5c1cc97 | |
parent | 1400af07f7c5a849bf8115bb1162155b282dd890 [diff] |
Introduce MutableSceneTransitionLayoutState This CL introduces MutableSceneTransitionLayoutState, a super class of SceneTransitionLayoutState that holds the current scene/state. Having the source of truth in a MutableSceneTransitionLayoutState (rather than hoisted somewhere else) will allow to provide more APIs for transitioning to some state. Bug: 318794193 Test: SceneTransitionLayoutStateTest Flag: N/A Change-Id: Ifbad7b46169b77d7f5b3d0cd9b9ad8bc7d281257