commit | 82d2d775bf777c333891871f528f4ebe7dc6b365 | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Fri Apr 19 08:52:09 2024 +0000 |
committer | Chris Li <lihongyu@google.com> | Sun Apr 28 16:47:13 2024 +0000 |
tree | 8a6285879b537cd9ca5b24fbaafd78bc72a3e637 | |
parent | e70357a60659b7dab962cb276b981e076a09e0fb [diff] |
Replace Bundle used in IWindowSession#relayout 1. Passing Parcelable in Bundle through AIDL can cause some unexpected exception (b/335444562) 2. Introduce WindowRelayoutResult so that if we need to add more optional fields in the future, we don't need to change the function signature. Bug: 335601427 Bug: 335444562 Test: atest WmTests:WindowManagerServiceTests Flag: com.android.window.flags.window_session_relayout_info Change-Id: I291cdca2e1f730e5a1246409edc21d60f78e07ca