History log of /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9ac5a3333db48e169d2e89e1e9062ed943d20589 31-Mar-2016 Teng-Hui Zhu <ztenghui@google.com> Add test for private API forceAnimationOnUI

b/27343522

Change-Id: I5167a159f5630ab064f434930f3056754e2c0f44
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
5339428d22fb477c79348fde7c1288a7b22e6113 29-Mar-2016 Teng-Hui Zhu <ztenghui@google.com> Add radio button as a bundle XML file in the manual test

This will make the reproducing and isolating the bug easier b/c everything is
in one single file.

b/27343522

Change-Id: I25445127f6fb44a8613701a7195a605e052730e5
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
06a353d37c5dd72515136fef94a720b642f05f01 28-Mar-2016 Teng-Hui Zhu <ztenghui@google.com> Add test for AVD on SW Layer

Now we can put both HW Layer and SW Layer side by side.

Change-Id: I105d0aa6baad0e096cf71c05568323e81301e9b0
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
83a52031fd5c277d0c6e75da50bf8013e8a70399 30-May-2015 ztenghui <ztenghui@google.com> Setup the animation callback for AnimatedVectorDrawable

b/21341096

Change-Id: I84e20366db21ceaa4f044be3e322f9215bb06ad2
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
1588f0ff54b88240b55eeaba97e67f0f1dee5f92 24-Mar-2015 ztenghui <ztenghui@google.com> Add listener support in AVD

Internally, switch to use AnimatorSet instead of an array of Animators

b/19825918

Change-Id: Ia67d2cc7dd89362e6b0019c916d3f2a0d0f3e39e
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
d76da520edc2b53583d4d4a0964906e72dd336c0 16-Dec-2014 ztenghui <ztenghui@google.com> Remove 2 sub-tests from the internal test app.

b/18171696

Change-Id: I4c4e96c2d0a8e664d81abb300a8f56c5bbb358cd
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
86ec6088b5965919d156d50ed55b84a5043e3e56 05-Nov-2014 ztenghui <ztenghui@google.com> VD:test:Remove open animation AVD

This is for unbundle apps, so it is not a good idea to put in open source.

b/18171696

Change-Id: I4272a9cd12904b90b4421e88304795a292ceec58
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
897f6daeffe965d546ebdc9a05c99a638b37f37d 08-Oct-2014 ztenghui <ztenghui@google.com> Support negative value in exponential data in the pathData.

Now "1e-5" will not be separated as "1e" and "-5".

Add one test for this use case.
Make sure we print out the pathData when path parsing has error.

b/17919923

Change-Id: I10a00ce21166cfb5a009c49c1a93f40eeb956d83
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
6eafdfcd1c704aa1914be8edacaa7512f528a75f 24-Sep-2014 ztenghui <ztenghui@google.com> More test cases from UX team for AVD.

This adds more realistic avds for testing purpose.
Also add root level alpha tests.

b/17698712

Change-Id: I32efaecf8a46a110c77e432a5307296e8a443160
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
8490354dc651dd8f25036ef0dda7917fb33013ed 11-Sep-2014 ztenghui <ztenghui@google.com> Add root alpha and animation to (Animated)VectorDrawable

b/17393626

Change-Id: If6a28b072f7d4bcb2b57022d86ec784f4c0d78f1
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
5eb5cde467081d1af628e5463ba55f110265a86f 04-Aug-2014 ztenghui <ztenghui@google.com> Fix one typo and add linear progress bar in the test.

Change-Id: Ib516fd4a27000d8e69a6640386332140ff0d6fdd
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
1c1cda0c31c4a581da7649d0df2e70f2ca77f49f 26-Jun-2014 ztenghui <ztenghui@google.com> Update the tests to show more animations from UX team

Change-Id: I16d2ed29f40c85ec48c87b5a0355e2a262ed3af7
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
e5e92602a41a4ddc7b42cd1c171a0edfbd09b8da 03-Jun-2014 ztenghui <ztenghui@google.com> Add AnimatedVectorDrawable

Currently as a hidden class.
It can support many the animations now as far as ObjectAnimator and
hierarchical group can support.
And we don't have path morphing yet.

Also support the Animator / Interpolator inflation from Context and Resources.

Change-Id: I948bbdf7373ad291171eed0b497959dce8c2edf3
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java