History log of /cts/tests/tests/view/src/android/view/animation/cts/AnimationUtilsTest.java
Revision Date Author Comments
31b2c104dd44c538ff8d038ee8946ee62df2f1cb 15-Jun-2012 Vsevolod Buzinov <vbuzinov@nvidia.com> Fix AnimationUtilsTest failure due to the timing dependency

testCurrentAnimationTimeMillis tests that the animation timestamp
is incremented during at most 1000 iterations, which is not guaranteed
to happen.

Loosen the condition by adding a 1 ms sleep between the iterations. This
extends the wait from a very small unspecified number to 1000 ms.

Change-Id: I8aedd6ac92005de310bc7a58042fe1822e6104dc
e86ece2b76ccdf1d515b13018dd7c49241055ee3 26-Jan-2012 Brian Muramatsu <btmura@google.com> Remove Test Annotations

These annotations are not being parsed by any program.
Also they are distracting to readers and are painful to
maintain. Furthermore, they prevent us from adding the
LOCAL_SDK_CURRENT clause to Makefiles which is useful
to detect and stop us from using private APIs.

Change-Id: Id93b3a80c73df808c342e489f1434261f288204c
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
d1f5378dcc511e97224d187068ec132800ff7018 19-May-2009 Phil Dubach <phillipd@google.com> Integrate unsubmitted cupcake change 147364:
CTS: add test cases for android.view.animation.AnimationSet, AnimationUtils and Transformation.