// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-view-InputQueue"))]
__jni_bindgen! {
/// public final class [InputQueue](https://developer.android.com/reference/android/view/InputQueue.html)
///
/// Required feature: "android-view-InputQueue"
public final class InputQueue ("android/view/InputQueue") extends crate::java::lang::Object {
}
}