#[cfg(any(feature = "all", feature = "android-view-ViewAnimationUtils"))]
__jni_bindgen! {
public final class ViewAnimationUtils ("android/view/ViewAnimationUtils") extends crate::java::lang::Object {
#[cfg(any(feature = "all", all(feature = "android-animation-Animator", feature = "android-view-View")))]
pub fn createCircularReveal<'env>(__jni_env: &'env __jni_bindgen::Env, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::android::view::View>>, arg1: i32, arg2: i32, arg3: f32, arg4: f32) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::animation::Animator>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
unsafe {
let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1), __jni_bindgen::AsJValue::as_jvalue(&arg2), __jni_bindgen::AsJValue::as_jvalue(&arg3), __jni_bindgen::AsJValue::as_jvalue(&arg4)];
let (__jni_class, __jni_method) = __jni_env.require_class_static_method("android/view/ViewAnimationUtils\0", "createCircularReveal\0", "(Landroid/view/View;IIFF)Landroid/animation/Animator;\0");
__jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
}
}