示例#1
0
 static void n_StopAnim(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.Ballpulse.BallPulseView __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.Ballpulse.BallPulseView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.StopAnim();
 }
示例#2
0
 static void n_SetIndicatorColor_I(IntPtr jnienv, IntPtr native__this, int color)
 {
     global::Com.Scwang.Smartrefresh.Layout.Footer.Ballpulse.BallPulseView __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Footer.Ballpulse.BallPulseView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetIndicatorColor(color);
 }