History log of /frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0304ac862ed5f8afa74f4c9e0e4eda1437140b96 11-Mar-2016 Doris Liu <tianliu@google.com> Merge "Testing initial value for 0-duration animations" into nyc-dev
a06b3f19d498e2c387e7a976f94d3cd5f1d77c35 02-Mar-2016 George Mount <mount@google.com> Remove animation listener while paused.

Bug 27418573

While an animator was paused, it continued to receive
Choreographer callbacks. This has been changed now so
that after the first callback, it is removed.

Change-Id: If73483404b38f1f354a63fc98d07696f442987e6
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
40428c8dc2ca9425bf0b0bf6eedb90bb487433ef 26-Feb-2016 Doris Liu <tianliu@google.com> Testing initial value for 0-duration animations

To ensure consistency with the pre-N animation behavior, we are testing
the following:

- For animations that have a duration of 0, we set the animator's value
to the end value when start() is called.
- For animations with a duration > 0 but with the duration scale of 0
applied, we set the animator's value to its start value when start()
gets called.

Change-Id: I666105e0677c6cfdeddb11b483d71dab978adc11
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
81963e3d560596916023173e31ed38f8f6e9001f 09-Nov-2015 Doris Liu <tianliu@google.com> Add tests for calling end() before start() on ValueAnimator

Bug: 23713124
Change-Id: I55c86a43249fd36a9e633a6f75d6316c2e69ec61
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
a0942e212154655c16849a9c6218f54694b4203a 13-Oct-2015 Doris Liu <tianliu@google.com> Test ValueAnimator when duration scale is set to 0

Change-Id: I33a90bc39d3b451696752eae02edfacb4ddfd80e
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
68dcb30c2797e1b5546e37590dc43d9e6e0f1f42 06-Oct-2015 Doris Liu <tianliu@google.com> Add more tests for seeking and reversing

Change-Id: I00fc4a9655760dea29ecca3f02d19c636cea28f7
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
2822a426ab48f073088e185a94c9d8ee41d7b383 27-Aug-2015 Doris Liu <tianliu@google.com> Test ValueAnimator with custom timing pulse provider

This CL depends on ag/749611

With the custom timing pulse provider, we are free from the chaos that could
happen on UI thread and any delay that comes as a result. Therefore we can
count on more accurate timing for each frame, which enables us to test things
such as AnimatorUpdateListener, among other things.

Note that there will still be ~2ms delays in addition to the frame interval
in between frames, due to the MessageQueue processing time.

Change-Id: I6de0aa06125d1ecfae788f5dd22536a5fa52e651
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
169cc4c824886f8c0417e64954c310413a71151f 28-Aug-2015 Doris Liu <tianliu@google.com> Add test that calls cancel() from onAnimationEnd(Animator)

and end() from onAnimationCancel(Animator). No recursive calling
should happen.

Bug: 23596652
Change-Id: I50e223a3de6d31697bee6515668b9732195a261f
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
435d2f72b3d8815c6aa12f2de659c4b624fd9345 20-Aug-2015 Doris Liu <tianliu@google.com> Test for end value when ValueAnimators end

Change-Id: Iaec25a3e2379fd32ee003bff9670f8fde8b4038f
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java
be5a8ac55d8f3cfcfb549d379334cf9a4320b0d9 15-Aug-2015 Doris Liu <tianliu@google.com> Add tests for ValueAnimator

This CL contains a few tests for ValueAnimator around start/resume, listener
callbacks, state checks, and start delay.

Change-Id: Ib67f36c1b266faff69f66f945ed846f9f7eb1193
/frameworks/base/core/tests/coretests/src/android/animation/ValueAnimatorTests.java