History log of /frameworks/base/core/tests/coretests/src/android/animation/AnimatorSetActivityTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a1534c139d7e4e98994fa12934be2bee9364c5f 29-Aug-2015 Doris Liu <tianliu@google.com> A new test for AnimatorSet's clone

Set up an AnimatorSet, and make the first clone during the animation run, and
the second after the run. Add one listener to each animator. When the clones
animate, listeners of both the clones and the animator being cloned should
receive animation lifecycle events.

Change-Id: I197440e2cd404592eb29be76864a66a0d110a9a5
/frameworks/base/core/tests/coretests/src/android/animation/AnimatorSetActivityTest.java
2bdc0b0517f8d10634616f3f3a4bcafa1e825283 11-Aug-2015 Doris Liu <tianliu@google.com> More tests for AnimatorSet

This CL contains more test coverage of functionalities in AnimatorSet.
Specifically, set/get duration, add/remove listeners, start/cancel/end
and pause/resume AnimatorSet and some state check are included here.

Change-Id: Ic8a17f3733ab0d8d4453b0c1f1e8650a331c016f
/frameworks/base/core/tests/coretests/src/android/animation/AnimatorSetActivityTest.java
02f90c57f62f25750d36d73e088f9026d98f27e4 07-Aug-2015 Doris Liu <tianliu@google.com> Add tests for AnimatorSet

This CL includes tests for getChildAnimations() and getTotalDuration()

Change-Id: I65c434344bd50474556dac179cb3e07e92d8134a
/frameworks/base/core/tests/coretests/src/android/animation/AnimatorSetActivityTest.java