Ejemplo n.º 1
0
 static bool n_IsInProgress(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.ProgressiveGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.ProgressiveGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsInProgress);
 }
Ejemplo n.º 2
0
 static void n_GestureStarted(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.ProgressiveGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.ProgressiveGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.GestureStarted();
 }
Ejemplo n.º 3
0
 static IntPtr n_ProvideHandledTypes(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.ProgressiveGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.ProgressiveGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaSet <global::Java.Lang.Integer> .ToLocalJniHandle(__this.ProvideHandledTypes()));
 }