// Generated automatically from android.animation.TimeInterpolator for testing purposes package android.animation; public interface TimeInterpolator { float getInterpolation(float p0); }