summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorChris Li <lihongyu@google.com>2021-07-19 21:22:30 -0700
committerChris Li <lihongyu@google.com>2021-07-22 18:46:03 -0700
commit6ea18c5778f7c4e3e01b6c2cd38c0dd2ef901a66 (patch)
tree118d5cb98f274c229367baf2a6c7afb38c7ea44e /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parentf02dae34918083cfcdd34f44fc5fd05d1eaee1dd (diff)
Fix Keyguard exit remote animation not invoke finish callback
When Shell transition is enabled, some launcher tests failed because the keyguard exit remote animation never invoke the finish callback. The expect flow is: 1. Dismiss amount changed from 0 to 0.1+ to trigger the keyguard going away transition. 2. Dismiss amount changed from 0.1+ to 0.3+ to finish the keyguard exit remote animation. However, in presubmit test, the dismiss amount may changed from 0.0+ to 1.0 directly. When it happened, there is only a trigger to start the transition, but never trigger the change event to call the finish callback, which blocked the Shell transition. The idea is to also check the current dismiss amount when the keyguard going away transition reach to the controller. Bug: 183993924 Test: atest PromiseIconUiTest Change-Id: I95951385130578f45df0837200cc7e88d89edd34
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions