commit | c299a3384171e36fc9ab6d1011d8a589a7f344d1 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Apr 12 07:51:50 2012 -0700 |
committer | Chet Haase <chet@google.com> | Thu Apr 12 07:51:50 2012 -0700 |
tree | 6b9516e362350f584a3f837863482f2c846eb5a7 | |
parent | 0a1c6c8bc76716c482fc32e140975d7a1bffdd4b [diff] |
Fix AnimatorSet duration issue Setting the duration on an AnimatorSet should propagate that value to its children. This works, but only if all children are added to the set before setDuration() is called. This fix delays that propagation until the set is started, making it possible to have a more flexible order of when the children are added and when the duration is set. Issue #6324904 AnimatorSet durations too long Change-Id: I797971c2310eb2e3fe931b4aa35de505f2a519f7