commit | 33d08762d8e8d32422903929ad2b72774d9f8c87 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Oct 10 11:11:37 2013 -0700 |
committer | Chet Haase <chet@google.com> | Thu Oct 10 11:17:48 2013 -0700 |
tree | 4bba0d30b922176ecd652b6170471dd3ff7cfb38 | |
parent | c23ee579ac21f1f67a30d75e8ac7cbd49ba2fe7d [diff] |
Make LayoutTransition.setInterpolator() actually do something Previously, you could set a new interpolator on a LayoutTransition object, but it wouldn't have any effect, since the value was only used at construction time. This change makes the intended behavior work, byt assigning that new interpolator to the appropriate animations when they are run. Issue #11163487 LayoutTransition.setInterpolator() has no effect Change-Id: I1b390a30c008ac2bf26491dc352e28f276357388