commit | 40dde01a5720c707f25483dc2addccf4a3b91fd9 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Fri Nov 05 19:15:18 2021 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Fri Nov 05 20:54:20 2021 +0800 |
tree | 98643ff3485d5be3039302c77a7dff3190d8cf1d | |
parent | 05c87f765c108cc16ef1e401c4cef49abf33592c [diff] |
Use pre-computed top process for updating previous process There was a computed field with the same meaning, so it is unnecessary to traverse the entire hierarchy to find again. The traversal method is also removed because no one uses it anymore. Moved updatePreviousProcess from RWC to ATMS because it updates the fields of ATMS. Bug: 163976519 Test: CtsWindowManagerDeviceTestCases Change-Id: I9177cb34b0456e5c60542fd1bac40b884d8db3a7