Loading tools/layoutlib/bridge/src/android/animation/AnimatorInflater_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ public class AnimatorInflater_Delegate { /*package*/ static ValueAnimator loadAnimator(Resources res, Theme theme, AttributeSet attrs, ValueAnimator anim, float pathErrorScale) throws NotFoundException { return anim; return AnimatorInflater.loadAnimator_Original(res, theme, attrs, anim, pathErrorScale); } } tools/layoutlib/create/src/com/android/tools/layoutlib/create/DelegateClassAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public class DelegateClassAdapter extends ClassVisitor { // The implementation of this 'delegate' method is done in layoutlib_bridge. int accessDelegate = access; access = access & ~Opcodes.ACC_PRIVATE; // If private, make it package protected. MethodVisitor mwOriginal = super.visitMethod(access, name + ORIGINAL_SUFFIX, desc, signature, exceptions); Loading Loading
tools/layoutlib/bridge/src/android/animation/AnimatorInflater_Delegate.java +1 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,6 @@ public class AnimatorInflater_Delegate { /*package*/ static ValueAnimator loadAnimator(Resources res, Theme theme, AttributeSet attrs, ValueAnimator anim, float pathErrorScale) throws NotFoundException { return anim; return AnimatorInflater.loadAnimator_Original(res, theme, attrs, anim, pathErrorScale); } }
tools/layoutlib/create/src/com/android/tools/layoutlib/create/DelegateClassAdapter.java +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public class DelegateClassAdapter extends ClassVisitor { // The implementation of this 'delegate' method is done in layoutlib_bridge. int accessDelegate = access; access = access & ~Opcodes.ACC_PRIVATE; // If private, make it package protected. MethodVisitor mwOriginal = super.visitMethod(access, name + ORIGINAL_SUFFIX, desc, signature, exceptions); Loading