commit | ed25081aa263f18cc2142489d8812325a60f0f08 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Jan 18 06:32:37 2018 -0800 |
committer | Aurimas Liutikas <aurimas@google.com> | Fri Jan 19 00:51:12 2018 +0000 |
tree | 056a8b52367644fadbadefad2bb021cb99a168a9 | |
parent | 7cd2fd2d1404c602fdfcdaaa431e939f74acff1e [diff] |
Add doc for trimPathEnd being animatable The docs only mentioned trimPathStart and trimPathOffset, but trimPathEnd is also possible to animate. Issue #72057305 Public AnimatedVectorDrawable documentation implies that trimPathEnd property is not animatable Test: N/A (doc fix only) Change-Id: Ida2eed014b1079030074cb04343b8d0e423c148a
diff --git a/OWNERS b/OWNERS index 0de3634..3126105 100644 --- a/OWNERS +++ b/OWNERS
@@ -1,6 +1,7 @@ adamp@google.com alanv@google.com aurimas@google.com +chet@google.com ccraik@google.com clarabayarri@google.com ilake@google.com
diff --git a/graphics/OWNERS b/graphics/OWNERS deleted file mode 100644 index 4e6deac..0000000 --- a/graphics/OWNERS +++ /dev/null
@@ -1 +0,0 @@ -ztenghui@google.com \ No newline at end of file
diff --git a/graphics/drawable/animated/src/main/java/android/support/graphics/drawable/AnimatedVectorDrawableCompat.java b/graphics/drawable/animated/src/main/java/android/support/graphics/drawable/AnimatedVectorDrawableCompat.java index cff61bc..bc521cc 100644 --- a/graphics/drawable/animated/src/main/java/android/support/graphics/drawable/AnimatedVectorDrawableCompat.java +++ b/graphics/drawable/animated/src/main/java/android/support/graphics/drawable/AnimatedVectorDrawableCompat.java
@@ -118,6 +118,9 @@ * <td>trimPathStart</td> * </tr> * <tr> + * <td>trimPathEnd</td> + * </tr> + * <tr> * <td>trimPathOffset</td> * </tr> * </table>