diff options
author | Louis Chang <louischang@google.com> | 2019-05-09 09:53:58 +0800 |
---|---|---|
committer | Louis Chang <louischang@google.com> | 2019-07-04 17:24:46 +0800 |
commit | 3731715b0ea831a4bc29190d2d568abcdcf40a48 (patch) | |
tree | d9006f42131a40c06580a03f5a69a9036ff49f14 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 4b235cb04acd078c04a1aeb7ac68490087739841 (diff) |
Fix ActivityOptions.makeTaskLaunchBehind() doesn't work
- Activity tasks shouldn’t be moved to top if we were launching
the activity in behind.
- Activities were temporarily set as visible if it was actively
launched behind. Ensure the activities visibilities to avoid
keeping activities in RESUMED state after finish animating.
- Fix black screen flashes while starting task-behind.
The top app was set to hidden while starting an activity behind,
even when it was on top and actually visible. So, black screen
shown after reparenting the app token to leash for transition
animation because the leash was also hidden since it was created
from a hidden app.
Bug: 123382216
Test: atest StartActivityTests
Change-Id: I3cba33d7a0ce2d08d43a08e97f919bdd7bb21d7c
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions