static void n_SetOnRotationGestureListener_Lorbotix_robot_utilities_RotationGestureDetector_OnRotationGestureListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            RotationGestureDetector __this = Java.Lang.Object.GetObject <RotationGestureDetector> (native__this, JniHandleOwnership.DoNotTransfer);

            global::Orbotix.Robot.Utilities.RotationGestureDetector.IOnRotationGestureListener p0 = Java.Lang.Object.GetObject <global::Orbotix.Robot.Utilities.RotationGestureDetector.IOnRotationGestureListener> (native_p0, JniHandleOwnership.DoNotTransfer);
            __this.SetOnRotationGestureListener(p0);
        }
        static bool n_OnTouchEvent_Landroid_view_MotionEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            RotationGestureDetector __this = Java.Lang.Object.GetObject <RotationGestureDetector> (native__this, JniHandleOwnership.DoNotTransfer);

            global::Android.Views.MotionEvent p0 = Java.Lang.Object.GetObject <global::Android.Views.MotionEvent> (native_p0, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.OnTouchEvent(p0);

            return(__ret);
        }