commit | 0baed3bcbfc302424a866c955a3414e14ea2c948 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Wed Jul 03 15:30:28 2024 +0000 |
committer | Robin Lee <rgl@google.com> | Wed Jul 03 16:24:25 2024 +0000 |
tree | f0a76e72ca68167263e4fa2c9ee66b5f3c097c69 | |
parent | ef2629a54361ebaad857293cd09609b975ed0333 [diff] |
Remove WindowList WindowList is a thin wrapper around ArrayList. It only has three methods: addFirst, peekLast, and peekFirst. These methods can be easily implemented in WindowContainer. Change-Id: I53b4aefb029eaddfb25ddf648d9f042a81d3468f Flag: EXEMPT refactor removing redundant class Test: atest CtsWindowManagerDeviceAm Test: atest CtsWindowManagerDeviceAnimations Fix: 322790232