diff options
| author | Doris Liu <tianliu@google.com> | 2016-01-07 13:49:26 -0800 |
|---|---|---|
| committer | Doris Liu <tianliu@google.com> | 2016-02-02 15:04:01 -0800 |
| commit | f276acd98457bcaabc9e79a17a736b3b484f005e (patch) | |
| tree | b9efee10194c520b09a4813f7b8074be9a2f99c8 /core/java/android/util/PathParser.java | |
| parent | 650e3b70e4aa2fa9acf2f9c6ce211c4b46862c15 (diff) | |
VectorDrawable native rendering - Step 4 of MANY
This CL runs VectorDrawable animation on RenderThread. The changes in this CL
include:
- Convert all the animators in AnimatorSet for AVD into a set of RenderNodeAnimators.
- Hook up the new animators with RenderThread
- Add drawOp in RecordingCanvas for drawing VD so that during the animation
on RenderThread, all the property changes on VD can be reflected on the screen.
TODO:
- Implement reverse and reset for AVD.
Change-Id: I2df1d754f2db0ad098d9c15dde4bb2bdfafc2315
Diffstat (limited to 'core/java/android/util/PathParser.java')
| -rw-r--r-- | core/java/android/util/PathParser.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/util/PathParser.java b/core/java/android/util/PathParser.java index 78d5bcd90624..29a72fdf2288 100644 --- a/core/java/android/util/PathParser.java +++ b/core/java/android/util/PathParser.java @@ -104,6 +104,7 @@ public class PathParser { } super.finalize(); } + } /** |
