commit | 115f86438d588eaab7170841eee4060e8d8bc55a | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Tue May 21 07:50:44 2024 +0000 |
committer | Chris Li <lihongyu@google.com> | Wed May 22 07:24:43 2024 +0000 |
tree | 02eb0250fcae835c28c02937c59852f487a414b2 | |
parent | e3336d5cea8f6c01918222aed38adfb2c18b6be6 [diff] |
Refactor IWindow#insetsControlChanged to use InsetsSourceControl.Array InsetsSourceControl can be sent to client process through server push, or client pull (IWindowSession#relayout). We need to make sure they are sync'ed. Refactor to use the Array object instead of raw array, so that we can add additional seqId to it later. Bug: 339380439 Test: refactor only Change-Id: Id765867794812a344ddf0f9292edf90b814f598a