summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2017-09-05 12:37:03 -0700
committerWale Ogunwale <ogunwale@google.com>2017-09-05 12:48:14 -0700
commit08488a6187e7af463c97b202bb2484b8a4d73583 (patch)
tree123306b7c2e37b5044253429ca586df5ade32834 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent1b6f93c10c3d8a33fdbb9366922104e65140b586 (diff)
Don't defer client hidden if activity is already paused
We defer client hidden to allow activities that support pip to enter pip before onPause() returns. However, the condition only checked for stopping and stopped states. There are situations where the app is already paused and we are now moving it to the invisible-stopped state. For does cases we need to make sure not to defer client hidden, so that the right visibility is reported to the app and the app can in-turn relayout out its windows to invisible so that window manager can distroy and surfaces associated with the windows when the exit animation is done. Change-Id: Ib1c4cf6a989f597ba700ce460fca4b012bf5146b Fixes: 63117546 Test: go/wm-smoke
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions