Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
6c5cc261f804fb6bf549b6ef65d53cfef60b6244
/
tests
/
VectorDrawableTest
9ac5a33
Add test for private API forceAnimationOnUI
by Teng-Hui Zhu
· 9 years ago
5339428
Add radio button as a bundle XML file in the manual test
by Teng-Hui Zhu
· 9 years ago
06a353d
Add test for AVD on SW Layer
by Teng-Hui Zhu
· 9 years ago
46591f4
Add fillType support to VectorDrawable
by Teng-Hui Zhu
· 9 years ago
1664a82
Add tileMode support into GradientColor
by Teng-Hui Zhu
· 9 years ago
9b85c0b
Add manual VectorDrawable tests for CSL related issue
by Teng-Hui Zhu
· 9 years ago
dbee9bb
Gradient for VectorDrawable's fill and stroke
by Teng-Hui Zhu
· 9 years ago
50c29cd
Allow color state list for vector drawable fill and stroke
by Alan Viverette
· 9 years ago
35289f1
Scaling (Animated)VectorDrawable inside ImageView
by ztenghui
· 10 years ago
9253730
Update the internal test case to show the strokeWidth can scale now
by ztenghui
· 9 years ago
b6e9534
Separate 2 clip paths into 2 groups
by ztenghui
· 9 years ago
83a5203
Setup the animation callback for AnimatedVectorDrawable
by ztenghui
· 9 years ago
b2c589c
Change colors of AVD test
by Andrew Flynn
· 9 years ago
12c137f
AnimatedVectorDrawable Attr proof of concept
by Andrew Flynn
· 9 years ago
9af77a4c
Add group scaling factor into stroke width.
by ztenghui
· 10 years ago
1588f0f
Add listener support in AVD
by ztenghui
· 10 years ago
054a17c
Limit the scope of clip path to the group, not global
by ztenghui
· 10 years ago
d76da52
Remove 2 sub-tests from the internal test app.
by ztenghui
· 10 years ago
996f22f
Supporrt tapas build for vector tests
by ztenghui
· 10 years ago
002bc81
Merge "ASLD: ASLD's XML reversible flag can turn off the reverse behavior now." into lmp-mr1-dev
by ztenghui
· 10 years ago
5b84eac
ASLD: ASLD's XML reversible flag can turn off the reverse behavior now.
by ztenghui
· 10 years ago
5e7a29f
Fix the starting pen's position when a path close.
by ztenghui
· 10 years ago
86ec608
VD:test:Remove open animation AVD
by ztenghui
· 10 years ago
897f6da
Support negative value in exponential data in the pathData.
by ztenghui
· 10 years ago
4cc3e27
Support dot separation as the svg path data did.
by ztenghui
· 10 years ago
6eafdfc
More test cases from UX team for AVD.
by ztenghui
· 10 years ago
9d23862
Merge "Add one more test and update old tests" into lmp-dev
by ztenghui
· 10 years ago
80f4440
Add one more test and update old tests
by ztenghui
· 10 years ago
dbcccff
Fix animation on the some properties
by ztenghui
· 10 years ago
8490354
Add root alpha and animation to (Animated)VectorDrawable
by ztenghui
· 10 years ago
2e17d2b
Bring back the fillAlpha and strokeAlpha.
by ztenghui
· 10 years ago
6661341
Don't double count the left/top when using bitmap cache in VectorDrawable.
by ztenghui
· 10 years ago
f143ae8
Removing fill and stroke opacity
by ztenghui
· 10 years ago
d1c89b1
Add stroke related test to the VectorDrawableTest
by ztenghui
· 10 years ago
5eb5cde
Fix one typo and add linear progress bar in the test.
by ztenghui
· 10 years ago
a95c8ab
API REVIEW: VectorDrawable
by ztenghui
· 10 years ago
5a836f7
Add negative sign separation support in the pathData
by ztenghui
· 10 years ago
9d59a76
Fix FIT_XY scaleType issue on VectorDrawable
by ztenghui
· 10 years ago
738177c
Add the RTL support to VectorDrawable.
by ztenghui
· 10 years ago
7bc6a3f
Add more reverse support to AnimatedVD
by ztenghui
· 10 years ago
8d0d24f
Fix the render order to follow the XML file order.
by ztenghui
· 10 years ago
f456b1f
Update AnimatedStateListDrawable to work with Animatable drawables
by Alan Viverette
· 10 years ago
0923be2
Test scaleType for both bitmap and vector drawables.
by ztenghui
· 10 years ago
9cb5b4c
Use AnimatedVectorDrawable for progress bar.
by ztenghui
· 10 years ago
66d3d8a
Add string support for valueFrom/valueTo
by ztenghui
· 10 years ago
1c1cda0
Update the tests to show more animations from UX team
by ztenghui
· 10 years ago
eb034fb
AVD now support path morphing.
by ztenghui
· 10 years ago
cf4832f
Add path support into xml files for PathInterpolator and ObjectAnimator.
by ztenghui
· 10 years ago
16c1bd5d
Improve constant state for VectorDrawable
by ztenghui
· 10 years ago
e5e9260
Add AnimatedVectorDrawable
by ztenghui
· 10 years ago
7ac18b8
Add AnimationDrawable test
by ztenghui
· 10 years ago
2af745b
Handle the alpha in the group setting and fix the fill issue.
by ztenghui
· 10 years ago
4d24caf
Add the tree hierarchy for the group
by ztenghui
· 10 years ago
452f6ec
Add translation and scale to the group tag and related tests.
by ztenghui
· 10 years ago
63cfd85
Move the rotation information from path to group.
by ztenghui
· 10 years ago
6d9c422
Bring the group tag back to VectorDrawable.
by ztenghui
· 10 years ago
46e546c
Remove the group tag.
by ztenghui
· 10 years ago
ddbbb8a
Further cleaning on animated part of VectorDrawable.
by ztenghui
· 11 years ago
498213a
First step on API cleaning on the VectorDrawable to disable animation support
by ztenghui
· 11 years ago
589e7b4
Format the xml files for the VectorDrawableTest
by ztenghui
· 11 years ago
4b1a7c2
Fix build breakage
by Alan Viverette
· 11 years ago
4b3988d
Cleaning up VectorDrawable
by Alan Viverette
· 11 years ago
7f1ab7a
Theming for more VectorDrawable attrs, add attrs to test app
by Alan Viverette
· 11 years ago
fba3bad
Clean up on VectorDrawable.
by ztenghui
· 11 years ago