diff options
| author | Doris Liu <tianliu@google.com> | 2016-02-04 20:04:10 +0000 |
|---|---|---|
| committer | Doris Liu <tianliu@google.com> | 2016-02-04 20:59:00 +0000 |
| commit | 5a11e8d0ba21624025b89ac63bbd18befa55be0e (patch) | |
| tree | 5166f73696e1ea08cde286757403fa944f40efc0 /core/java/android/animation/PathKeyframes.java | |
| parent | 95085d154b1ea6b4db3ae14d39a1c8c8a6560f78 (diff) | |
Revert "VectorDrawable native rendering - Step 4 of MANY"
b/26949340 and b/26975469, b/26975079 as well
This reverts commit f276acd98457bcaabc9e79a17a736b3b484f005e.
Change-Id: I4b55177daf0d289bc03604c71fd4bf579f65073a
Diffstat (limited to 'core/java/android/animation/PathKeyframes.java')
| -rw-r--r-- | core/java/android/animation/PathKeyframes.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/animation/PathKeyframes.java b/core/java/android/animation/PathKeyframes.java index 8230ac5bbfc5..2a47b68a41b0 100644 --- a/core/java/android/animation/PathKeyframes.java +++ b/core/java/android/animation/PathKeyframes.java @@ -231,7 +231,7 @@ class PathKeyframes implements Keyframes { } } - abstract static class IntKeyframesBase extends SimpleKeyframes implements IntKeyframes { + private abstract static class IntKeyframesBase extends SimpleKeyframes implements IntKeyframes { @Override public Class getType() { return Integer.class; @@ -243,7 +243,7 @@ class PathKeyframes implements Keyframes { } } - abstract static class FloatKeyframesBase extends SimpleKeyframes + private abstract static class FloatKeyframesBase extends SimpleKeyframes implements FloatKeyframes { @Override public Class getType() { |
