diff options
author | Doris Liu <tianliu@google.com> | 2016-04-13 13:28:38 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2016-04-13 13:37:45 -0700 |
commit | 58606db8be7e64a4317955b87fba4ee51f353630 (patch) | |
tree | 55424c40923864ccaa49a0a126c5545f369302cd /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | b6e1dafe78b2875ebe1837508e28c8dce2693b19 (diff) |
Add api check to guard AnimatorSet behavior change
For pre-N, we have inconsistent behavior between ValueAnimator and
AnimatorSet in the case of calling end() when already ended:
ValueAnimator would start() and immediately end, whereas AnimatorSet
would be no-op. We made a decision to be consistent within Animation
Framework from N forward, which means that AnimatorSet will have the
new behavior of starting and immediately ending just like
ValueAnimator. This new behavior will be guarded by an API check.
Bug: 25601129
Change-Id: I2d952a93d8521c547ec8cde173c80d1d8ead0639
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions