History log of /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47082c30c630c34829439a9eecd1cf7e8d255a86 23-Aug-2016 Aurimas Liutikas <aurimas@google.com> Fix all usages of deprecated setBackgroundDrawable.

- Adds ViewCompat#setBackground that will call setBackgroundDrawable
or setBackground depending on the version.
- Replaced usages of setBackgroundDrawable with this ViewCompat version.

Bug: 30074170
Change-Id: I756c8558608da752acd6f3ca7121114d3cd1416a
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
fad2335f169d36b7b6f2c0ec8ddfe6c0094c2072 16-Aug-2016 Aurimas Liutikas <aurimas@google.com> Annotate more support lib tests with size annotations.

Turns out we were not running these tests because they are not
annotated with @SmallTest, @MediumTest, or @LargeTest.

Bug: 30892341
Change-Id: I4ed870d4c1a456c1fcd446243179c005653a041d
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
a2c539c76f14cc58217c3cddd220fddf6e7b8fdc 20-Jul-2016 Teng-Hui Zhu <ztenghui@google.com> Use a new drawable for constant state test

b/29581327

Change-Id: I0fb422fc12da91879ccbdbb197baf818c7d6de57
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
d5bac09cd05be314f4c38435572a3fc01c2c8d4f 12-Feb-2016 Kirill Grouchnikov <kirillg@google.com> Convert tests to consistent structure

Use JUnit4 runner (from Espresso core jar), @Before annotation
for initial setup, @Test for all test methods. Move away from
the deprecated AndroidTestCase base class.

Also add a few missing copyright headers in manifest files.

Change-Id: I30b636980d60e5ed273015c943bc4bbc37272399
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
09c0d7d7f4955586306bd9cdcf34567396a0d545 04-Feb-2016 Chet Haase <chet@google.com> Fix color interpolation for AnimatedVectorDrawableCompat

A fix was made in L such that inflated animators using color
values would automatically get an ArgbEvaluator, to ensure that
color animations would look correct. AnimatedVectorDrawableCompat
does not automatically get that L behavior on earlier releases.
To make the animation look correct, this fix sets an ArgbEvaluator
on animators targeting the "fillColor" property on pre-L releases.

Issue #26965996 Fix Color interpolation bug for SDK <21 in support lib

Change-Id: I2662b17bebfcecca243f00f81d64eebbf4d59d43
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java
2c3c8bff4c669316cdc2db24b72d9ac3f9b33725 05-Dec-2015 Teng-Hui Zhu <ztenghui@google.com> Add Gradle support and tests in VDC and AVDC

Fix some bugs which are fixed in MNC and ported here too.
b/22564270

Change-Id: I9e5b195134d6ce759d9cc74f6072f6f105b0ce2f
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/AnimatedVectorDrawableTest.java