commit | a08b6d30e693086f38f2f4034003a9e2809bd0db | [log] [tgz] |
---|---|---|
author | Joshua Tsuji <tsuji@google.com> | Tue Jan 29 16:15:52 2019 -0500 |
committer | Joshua Tsuji <tsuji@google.com> | Wed Jan 30 15:58:00 2019 -0500 |
tree | cfb23f020c6c78a5a4fb4bb38ba019ed695f7639 | |
parent | 580c0bf2ae7c3564f22d091e93289b8b3438983b [diff] |
Use transient views for child removal animations. Transient views are a non-public API but are used extensively by notification code, so it seems like a good fit here! This eliminates the need for the preceding non-removed view logic, and ensures consistent dispatch of chained animation values. Bug: 111236845 Test: atest SystemUITests Change-Id: I6a2988a2e31b9d709428aca707ee5d241b3a9f46