summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2013-09-14 11:28:46 -0700
committerThe Android Automerger <android-build@android.com>2013-09-16 15:43:07 -0700
commitfa4628537d68836b6a9401ff223efb067ede604a (patch)
treef0fefc3615db69a9f02bbf3fd032660b97c936c4 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parentc212b8798461c9f5fe5cf8a3774c40dda5b0c1e5 (diff)
Ensure that transitions animating alpha end on a reasonable value
The Fade transition sets an initial alpha value of 0 when items are appearing. This makes items invisible to start with, and then they eventually fade in as part of the transition when the transition's animation runs. But if that animation/transition gets interrupted, or not started, then the alpha value would not be restored, and the value would stay 0, making the items invisible indefinitely. This is what was happening in the action bar of the People app when performing a search. The fix is to handle Transition and animation events to restore the alpha to its true value when the transition completes, whether that transition is canceled or not. Issue #10726905 ActionBar weirdness in People app Change-Id: Idb65fd8d471d2ac0a1ddc243fee00ae99f7e72d8 Conflicts: core/java/android/transition/TransitionManager.java
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions