History log of /frameworks/base/core/tests/coretests/src/android/animation/AutoCancelTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be19e030a14c8e398e8af97fa898ea80187704df 16-Mar-2013 Chet Haase <chet@google.com> Add auto-cancel ability to ObjectAnimator

Add a method that enables a new auto-cancel option to
ObjectAnimator. When set, any ObjectAnimator (when started) will
cause any running ObjectAnimator instance (with that flag set)
that has the same target and properties to cancel() itself prior
to starting the new one.

Issue #7426129 Add auto-cancel to animators

Change-Id: I586659c365289cdb9afb6c416bdbaf5630477149
/frameworks/base/core/tests/coretests/src/android/animation/AutoCancelTest.java