History log of /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/VectorDrawable01.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
50c29cd92f4fc410f61e2d14ce77f5e8e76daf0b 22-Sep-2015 Alan Viverette <alanv@google.com> Allow color state list for vector drawable fill and stroke

Removes unnecessary invalidateSelf() from VD.onStateChange(). This is
handled by the view hosting the drawable.

Bug: 22984152
Change-Id: Idf11a0ffef392cb1d8452aa3f5f836b35027a756
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/VectorDrawable01.java
2af745b56cf4bdfdd9c05d90a4ccc740bf77a4fe 31-May-2014 ztenghui <ztenghui@google.com> Handle the alpha in the group setting and fix the fill issue.

The fill used to be dafault as "none".
Now it is default to opaque black, which is consistent with svg now.
So it is better to always set the fill value.

bug:15288554

Change-Id: I07ac41c5adc77665e66e52f2c0220139586fb09b
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/VectorDrawable01.java
498213a265e05134b4a4fbf93dce69de1a47973c 06-May-2014 ztenghui <ztenghui@google.com> First step on API cleaning on the VectorDrawable to disable animation support

Cleaning on the API level, and related tests.
The animated icon will be only showing the initial state.

TODO: Deep clean on the functionality part and attributes.

Change-Id: I5723bc5b64f796c3a273d74bde02095751160a88
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/VectorDrawable01.java
fba3bad3870d607ecaed4f147788885c841c2ab3 03-Apr-2014 ztenghui <ztenghui@google.com> Clean up on VectorDrawable.

Rename the test from DynamicDrawableTest to VectorDrawableTest.
Remove duplicate function calls in the test.
Fix comments in VectorDrawable

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