diff options
author | Chet Haase <chet@google.com> | 2016-04-21 17:41:54 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2016-04-26 13:03:31 -0700 |
commit | fa21bdfd5a8a5da3ec0530f7cc884994f92dc597 (patch) | |
tree | 8ddb9b3910efe7a9bb35b18abc88997dea6610bf /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 3053c3f2a94b24ceeed9c46cb84045c285d3523b (diff) |
Document behavior of object references in Animator classes
Animators that are created with Object values may have undefined
behavior when those objects are changed outside of the animator itself.
For example, an animator created with a start Rect and end Rect
will animate the bounds between those two objects. But if the caller
changes either the start or end rect before or during the animation,
that will affect the values used on every frame of the animation.
Issue #28304520 Strange interpolation of property values holder values
Change-Id: Id6ac19c8369ae34450e6b53d68f5e492b27c577e
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions