commit | 988fc6fa43d4f35d17b4ab7574863f5017fd289a | [log] [tgz] |
---|---|---|
author | Teng-Hui Zhu <ztenghui@google.com> | Tue Mar 22 12:56:37 2016 -0700 |
committer | Teng-Hui Zhu <ztenghui@google.com> | Tue Mar 22 15:06:21 2016 -0700 |
tree | b07838bf7eb26d0d71e341ce641a3b4f02dc0836 | |
parent | 8384d815d02e522dfe538fd572493979e045c99f [diff] |
Fix callback issue for AVD on UI thread We have created AnimatorSet from XML, but it is assigned to the AVD only when we start the animation due to theme-ing operations. Given listeners can be added to AVD at any time, we have to cache them if AnimatorSet is not setup yet. b/26979225 Change-Id: I94315892de83f93a0205efe5e70dca0cd0f0a8e3