History log of /frameworks/base/core/tests/coretests/src/android/animation/AutoCancelTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d97a72da2d7f78b16ca0aff206572f58bd0cce1 19-Jan-2016 Chet Haase <chet@google.com> Add AutoCancelTest back to framework tests

This test used to fail consistently, but currently passes.
Adding it back to see whether whatever was causing it to fail has
since been fixed. If not, need to get failure logs to see what the problem
is during the automatic runs.

Issue #23807249 Fix AutoCancelTest or delete it

Change-Id: Ied0e0d3a700d9ba36d4d5ef8ca95b8072e639851
/frameworks/base/core/tests/coretests/src/android/animation/AutoCancelTest.java
1ef080116e522791c76696134c775ca1036e673d 04-Sep-2015 Abodunrinwa Toki <toki@google.com> Suppress AutoCancelTest.

These tests are failing consistently.

Bug: 23807249
Change-Id: I1275747462b20e37ff0f631dbd9e7acfadece5a2
/frameworks/base/core/tests/coretests/src/android/animation/AutoCancelTest.java
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