summaryrefslogtreecommitdiff
path: root/libs/rs/rsg_ScriptJavaClass.cpp
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2010-12-06 16:10:07 -0800
committerChet Haase <chet@google.com>2010-12-07 10:44:08 -0800
commite2ab7ccd385cdb6517955c719e1d2b49771bedb6 (patch)
tree3002e02b7c700381b2f022680ccd5c9963638073 /libs/rs/rsg_ScriptJavaClass.cpp
parent475593e249c53a8dc43f9cd43f528867c6a4074b (diff)
Change cancel/end behavior of animations to be synchronous
Previously, cancel() and end() calls would simply log a message to be handled later by the animation handler. This caused problems with coordinating complex animations, where some start() events for future animations would occur before end() events for animations already completed. The change is to make these events synchronous (and require them to be called from the appropriate thread), simplifying the code and the usage. Also, fixed various timing and event bugs in AnimatorSet, and removed the getter/setter properties from ObjectAnimator, since an earlier change makes these properties undesirable (because the code will use a faster JNI approach instead of reflection when it can). Change-Id: I05c16645c2a31a92048a6031ddb126eb4312a946
Diffstat (limited to 'libs/rs/rsg_ScriptJavaClass.cpp')
0 files changed, 0 insertions, 0 deletions