summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorIssei Suzuki <issei@google.com>2021-02-03 21:13:22 +0100
committerIssei Suzuki <issei@google.com>2021-02-03 22:22:32 +0100
commit8bc3db2b306407898b67f4807915a075db449d50 (patch)
tree7e75388da121251529eb2a7469b5da6a5e38a925 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent31b601537b9c2c9d87cf9111ee6d72fe99a77670 (diff)
Fix flicker when starting an activity from Recents.
In the task switcher, a user can choose a task by tapping or pulling down the task image. In the later case, the task image already occupies the full screen, so the launcher suppresses an app transition animation by calling ActivityOptions#makeCustomAnimation. However, due to task animation lockdown, this API has no effect when the task opens or closes (the API still works as expected when an activity starts within a same task). The new API ActivityOptions#makeCustomTaskAnimation lets us to customize an animation to run when the task opens or closes. Test: atest ActivityTransitionTests Bug: 170251468 Change-Id: I445e64fdbf6be2d4fdf1936844bcd27dbdf8d69a
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions