diff options
author | 2023-05-14 16:59:17 +0000 | |
---|---|---|
committer | 2023-06-12 14:29:02 +0000 | |
commit | ce56e3ff5513669c4caf83266ad2e72b6a900722 (patch) | |
tree | de9e18ec30c306b4a58011f8bdea2b82dc94eea4 /libs/androidfw/ApkParsing.cpp | |
parent | 878b61b06329ecfa4a0f1367dbbe9c968b1c3930 (diff) |
Fix missing HUN Outro animations
The disappear animation was broken, because we were setting some wrong
values on the HUN animating away:
- a bottom clipping, which made it to immediately disappear at the start of the animation
- an yTranslation, which made it to jump around on split shade
- a wrong height, which made it to flicker during the animation (note: the height flickering only happened if there were other HUNs moving into the shade in the meantime -> the avalanche is the typical use case)
Fixes: b/282624825
Test: atest StackScrollAlgorithmTest
Test: atest create HUNs and observe the animations
Change-Id: If0c1e4f439a3011b5ea499edc2128aa417279ec8
Diffstat (limited to 'libs/androidfw/ApkParsing.cpp')
0 files changed, 0 insertions, 0 deletions