commit | bfc555ea4a7c94d922cd605c85eecb90a7c6aa2d | [log] [tgz] |
---|---|---|
author | Bryce Lee <brycelee@google.com> | Fri Oct 29 17:04:15 2021 -0700 |
committer | Bryce Lee <brycelee@google.com> | Thu Nov 04 17:48:19 2021 -0700 |
tree | ed4c049fd05646a1cff5ddcdd812404d87f85a9f | |
parent | 74e50739dd595c9c3d676322d1a356a7b65e965f [diff] |
Pass Window to DreamOverlayService when attached. Previously, the DreamService would send the window attributes to the DreamOverlayService. However, it is possible that the Window isn't fully associated with a token at this stage. This change ensures the Window is only passed when the token is ready, tracked by when the DecorView is attached. Bug: 204605351 Test: atest DreamOverlayTest Change-Id: Ib1d25ba55edb648739aca22d861e9522102d0668