Пример #1
0
        static IntPtr n_SetSpinnerStyle_Lcom_scwang_smartrefresh_layout_constant_SpinnerStyle_(IntPtr jnienv, IntPtr native__this, IntPtr native_mSpinnerStyle)
        {
            global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this        = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Scwang.Smartrefresh.Layout.Constant.SpinnerStyle  mSpinnerStyle = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Constant.SpinnerStyle> (native_mSpinnerStyle, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.SetSpinnerStyle(mSpinnerStyle));

            return(__ret);
        }
Пример #2
0
        static int n_OnFinish_Lcom_scwang_smartrefresh_layout_api_RefreshLayout_Z(IntPtr jnienv, IntPtr native__this, IntPtr native_layout, bool success)
        {
            global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout     layout = (global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout)global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout> (native_layout, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.OnFinish(layout, success);

            return(__ret);
        }
Пример #3
0
 static void n_OnStateChanged_Lcom_scwang_smartrefresh_layout_api_RefreshLayout_Lcom_scwang_smartrefresh_layout_constant_RefreshState_Lcom_scwang_smartrefresh_layout_constant_RefreshState_(IntPtr jnienv, IntPtr native__this, IntPtr native_refreshLayout, IntPtr native_oldState, IntPtr native_newState)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this        = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout     refreshLayout = (global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout)global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout> (native_refreshLayout, JniHandleOwnership.DoNotTransfer);
     global::Com.Scwang.Smartrefresh.Layout.Constant.RefreshState  oldState      = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Constant.RefreshState> (native_oldState, JniHandleOwnership.DoNotTransfer);
     global::Com.Scwang.Smartrefresh.Layout.Constant.RefreshState  newState      = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Constant.RefreshState> (native_newState, JniHandleOwnership.DoNotTransfer);
     __this.OnStateChanged(refreshLayout, oldState, newState);
 }
Пример #4
0
 static void n_SetPrimaryColors_arrayI(IntPtr jnienv, IntPtr native__this, IntPtr native_colors)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     int[] colors = (int[])JNIEnv.GetArray(native_colors, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.SetPrimaryColors(colors);
     if (colors != null)
     {
         JNIEnv.CopyArray(colors, native_colors);
     }
 }
Пример #5
0
 static bool n_SetLoadmoreFinished_Z(IntPtr jnienv, IntPtr native__this, bool finished)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.SetLoadmoreFinished(finished));
 }
Пример #6
0
 static void n_OnStartAnimator_Lcom_scwang_smartrefresh_layout_api_RefreshLayout_II(IntPtr jnienv, IntPtr native__this, IntPtr native_layout, int footerHeight, int extendHeight)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout     layout = (global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout)global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshLayout> (native_layout, JniHandleOwnership.DoNotTransfer);
     __this.OnStartAnimator(layout, footerHeight, extendHeight);
 }
Пример #7
0
 static void n_OnPullingUp_FIII(IntPtr jnienv, IntPtr native__this, float percent, int offset, int footerHeight, int extendHeight)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnPullingUp(percent, offset, footerHeight, extendHeight);
 }
Пример #8
0
 static void n_OnLayout_ZIIII(IntPtr jnienv, IntPtr native__this, bool changed, int l, int t, int r, int b)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnLayout(changed, l, t, r, b);
 }
Пример #9
0
 static void n_OnInitialized_Lcom_scwang_smartrefresh_layout_api_RefreshKernel_II(IntPtr jnienv, IntPtr native__this, IntPtr native_kernel, int height, int extendHeight)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshKernel     kernel = (global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshKernel)global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Api.IRefreshKernel> (native_kernel, JniHandleOwnership.DoNotTransfer);
     __this.OnInitialized(kernel, height, extendHeight);
 }
Пример #10
0
 static void n_OnHorizontalDrag_FII(IntPtr jnienv, IntPtr native__this, float percentX, int offsetX, int offsetMax)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnHorizontalDrag(percentX, offsetX, offsetMax);
 }
Пример #11
0
 static IntPtr n_GetView(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.View));
 }
Пример #12
0
 static bool n_IsSupportHorizontalDrag(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.BallPulseFooter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSupportHorizontalDrag);
 }