Beispiel #1
0
 static void n_ApplyCloseRegionBounds_Lcom_mopub_common_CloseableLayout_ClosePosition_Landroid_graphics_Rect_Landroid_graphics_Rect_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, IntPtr native_p2)
 {
     global::com.mopub.common.CloseableLayout __this           = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::com.mopub.common.CloseableLayout.ClosePosition p0 = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout.ClosePosition> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Rect p1 = global::Java.Lang.Object.GetObject <global::Android.Graphics.Rect> (native_p1, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Rect p2 = global::Java.Lang.Object.GetObject <global::Android.Graphics.Rect> (native_p2, JniHandleOwnership.DoNotTransfer);
     __this.ApplyCloseRegionBounds(p0, p1, p2);
 }
Beispiel #2
0
 static void n_SetOnCloseListener_Lcom_mopub_common_CloseableLayout_OnCloseListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::com.mopub.common.CloseableLayout __this = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::com.mopub.common.CloseableLayout.IOnCloseListener p0 = (global::com.mopub.common.CloseableLayout.IOnCloseListener)global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout.IOnCloseListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetOnCloseListener(p0);
 }
Beispiel #3
0
 static void n_SetClosePosition_Lcom_mopub_common_CloseableLayout_ClosePosition_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::com.mopub.common.CloseableLayout __this           = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::com.mopub.common.CloseableLayout.ClosePosition p0 = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout.ClosePosition> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetClosePosition(p0);
 }
Beispiel #4
0
 static void n_SetCloseVisible_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::com.mopub.common.CloseableLayout __this = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.CloseVisible = p0;
 }
Beispiel #5
0
 static bool n_IsCloseVisible(IntPtr jnienv, IntPtr native__this)
 {
     global::com.mopub.common.CloseableLayout __this = global::Java.Lang.Object.GetObject <global::com.mopub.common.CloseableLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CloseVisible);
 }