From 5a11e8d0ba21624025b89ac63bbd18befa55be0e Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Thu, 4 Feb 2016 20:04:10 +0000 Subject: Revert "VectorDrawable native rendering - Step 4 of MANY" b/26949340 and b/26975469, b/26975079 as well This reverts commit f276acd98457bcaabc9e79a17a736b3b484f005e. Change-Id: I4b55177daf0d289bc03604c71fd4bf579f65073a --- core/java/android/animation/PathKeyframes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/animation/PathKeyframes.java') 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() { -- cgit v1.2.3