commit | 0e87891aac69de6b897e3fb0f11289a70c02e4fd | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Thu Dec 28 20:58:12 2023 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Thu Dec 28 21:20:16 2023 +0800 |
tree | 8f3e5037cfe4e2be50ddf3f2ee7cdec16352e49f | |
parent | b017819a05be0c7ffb85f3d62f87e8c1256a0051 [diff] |
Remove waitingToShow of WindowToken Except shell transition does not use the state, legacy transition also doesn't need it because the condition mToken.isVisible() already has the same meaning. The isVisible() will be true for a visible-requested app when the transition is ready to commit the visibility. And it is false if there is a transition which is not ready yet. Bug: 163976519 Test: CtsWindowManagerDeviceActivity Change-Id: I649c3f673dfa2f8a9ef90f0f1b3fd21ff0030587