#[cfg(any(feature = "all", feature = "android-view-animation-Interpolator"))]
__jni_bindgen! {
public interface Interpolator ("android/view/animation/Interpolator") extends crate::java::lang::Object, implements crate::android::animation::TimeInterpolator {
}
}