summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest
Commit message (Collapse)AuthorAgeFilesLines
* Remove the group tag.ztenghui2014-05-1227-364/+322
| | | | | | | | | Since we don't support animation, it is better not to expose the group tag for now, which will only lead to confusion. Internally, we keep the group class to represent multiple paths. But we don't allow multiple groups. Change-Id: I041ba32dff05ef6b1cd9d5ab1a1717e55a356145
* Further cleaning on animated part of VectorDrawable.ztenghui2014-05-0819-557/+6
| | | | | | | | | State changed support is gone. Rename VAnimatedPath. Remove the obsolete documents. Update the tests to reflect the API changes. Change-Id: Icdc19c6519a4e29975877c1d167e61c8fa14a371
* First step on API cleaning on the VectorDrawable to disable animation supportztenghui2014-05-052-27/+2
| | | | | | | | | 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
* Format the xml files for the VectorDrawableTestztenghui2014-04-2419-465/+471
| | | | | | | All automatically done by the tool. No real changes. Change-Id: I8a98be9441d7cb0b3636c2a850d1e7de9e79394f
* Fix build breakageAlan Viverette2014-04-101-7/+7
| | | | Change-Id: I73d9ff5f38986b7acf83b85c1989203f472bc5fd
* Cleaning up VectorDrawableAlan Viverette2014-04-101-7/+7
| | | | | | | | Use argb evaluation method from animation package, lazily create paint, set default for stroke line cap and join. Fix scaling to bounds. Fix drawable in test app. Change-Id: I245d5d6acc6ba9806743ab2bf9bf99aff3649c39
* Theming for more VectorDrawable attrs, add attrs to test appAlan Viverette2014-04-082-16/+21
| | | | | BUG: 13878079 Change-Id: Ibcc8d67446c44cd8f681230fc484c7dc7411ffab
* Clean up on VectorDrawable.ztenghui2014-04-0240-0/+2284
Rename the test from DynamicDrawableTest to VectorDrawableTest. Remove duplicate function calls in the test. Fix comments in VectorDrawable Change-Id: I1ef87137088ccc10b1abdb40ca368345d9dbadab