commit | 547d6fc472c130f12be195748c45e15a7cd7864d | [log] [tgz] |
---|---|---|
author | randypfohl <randypfohl@google.com> | Thu Feb 01 15:58:57 2024 -0800 |
committer | randypfohl <randypfohl@google.com> | Wed Apr 10 09:14:28 2024 -0700 |
tree | 9095e9df8cdc31daab639e933d96f7e452125e85 | |
parent | c2ee3f500142290450f7ff643c3c9e0582570060 [diff] |
abtracting Activity from recentsView through recentsviewcontainer and basecontainerinterface interfaces This change will let us move from activity to other parent views for recent views. Summary: In prep for new recentsview containers outside of activity we needed to decouple recentsview from activity and state. This change will let us move from activity to other parent views for recent views. Test: Built and tested locally for 1p and 3p launchers on tablet, and portrait modes. Verified working functionality. Bug: 292269949 Flag: NONE Change-Id: I5c72745f438d466362ece988c35a97d829e9c1b4