diff options
author | Doris Liu <tianliu@google.com> | 2016-07-19 19:04:31 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2016-07-20 20:43:00 +0000 |
commit | 3bb5dddc6fe4348be0d84b45456d7b3124be24c0 (patch) | |
tree | 394745b64b12603a35e3df17471ad5f36afdd086 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | ae0aed951ba13474e5839ac5e43febbc0a004160 (diff) |
Fix VD animator not being properly resumed
VectorDrawable animators remove themselves from RenderThread's
animator list when they detect their target not being in the
DisplayList. When the target got added back into DisplayList
without an invalidation(), the animators were not added to
the running animator list, therefore didn't continue to run.
This CL detects for the case where a VD is back in the DisplayList
and reactivate its animator.
BUG: 30101451
Change-Id: Ib5eb54af954a58a2fa617643bfcf5af40ce708a5
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions