コード例 #1
0
            static bool n_OnRotateBegin_Lcom_mapbox_android_gestures_RotateGestureDetector_(IntPtr jnienv, IntPtr native__this, IntPtr native_detector)
            {
                global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                global::Com.Mapbox.Android.Gestures.RotateGestureDetector detector = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector> (native_detector, JniHandleOwnership.DoNotTransfer);
                bool __ret = __this.OnRotateBegin(detector);

                return(__ret);
            }
コード例 #2
0
 static void n_OnRotateEnd_Lcom_mapbox_android_gestures_RotateGestureDetector_FFF(IntPtr jnienv, IntPtr native__this, IntPtr native_detector, float velocityX, float velocityY, float angularVelocity)
 {
     global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Mapbox.Android.Gestures.RotateGestureDetector detector = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector> (native_detector, JniHandleOwnership.DoNotTransfer);
     __this.OnRotateEnd(detector, velocityX, velocityY, angularVelocity);
 }
コード例 #3
0
            static bool n_OnRotate_Lcom_mapbox_android_gestures_RotateGestureDetector_FF(IntPtr jnienv, IntPtr native__this, IntPtr native_detector, float rotationDegreesSinceLast, float rotationDegreesSinceFirst)
            {
                global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector.SimpleOnRotateGestureListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                global::Com.Mapbox.Android.Gestures.RotateGestureDetector detector = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.RotateGestureDetector> (native_detector, JniHandleOwnership.DoNotTransfer);
                bool __ret = __this.OnRotate(detector, rotationDegreesSinceLast, rotationDegreesSinceFirst);

                return(__ret);
            }