コード例 #1
0
        public virtual void SetTimeListener(global::Com.Nineoldandroids.Animation.TimeAnimator.ITimeListener p0)
        {
            if (id_setTimeListener_Lcom_nineoldandroids_animation_TimeAnimator_TimeListener_ == IntPtr.Zero)
            {
                id_setTimeListener_Lcom_nineoldandroids_animation_TimeAnimator_TimeListener_ = JNIEnv.GetMethodID(class_ref, "setTimeListener", "(Lcom/nineoldandroids/animation/TimeAnimator$TimeListener;)V");
            }

            if (GetType() == ThresholdType)
            {
                JNIEnv.CallVoidMethod(Handle, id_setTimeListener_Lcom_nineoldandroids_animation_TimeAnimator_TimeListener_, new JValue(p0));
            }
            else
            {
                JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, id_setTimeListener_Lcom_nineoldandroids_animation_TimeAnimator_TimeListener_, new JValue(p0));
            }
        }
コード例 #2
0
 static void n_OnTimeUpdate_Lcom_nineoldandroids_animation_TimeAnimator_JJ(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, long p1, long p2)
 {
     global::Com.Nineoldandroids.Animation.TimeAnimator.ITimeListener __this = global::Java.Lang.Object.GetObject <global::Com.Nineoldandroids.Animation.TimeAnimator.ITimeListener> (native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Nineoldandroids.Animation.TimeAnimator p0 = global::Java.Lang.Object.GetObject <global::Com.Nineoldandroids.Animation.TimeAnimator> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnTimeUpdate(p0, p1, p2);
 }
コード例 #3
0
 static void n_SetTimeListener_Lcom_nineoldandroids_animation_TimeAnimator_TimeListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Nineoldandroids.Animation.TimeAnimator __this           = global::Java.Lang.Object.GetObject <global::Com.Nineoldandroids.Animation.TimeAnimator> (native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Nineoldandroids.Animation.TimeAnimator.ITimeListener p0 = global::Java.Lang.Object.GetObject <global::Com.Nineoldandroids.Animation.TimeAnimator.ITimeListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetTimeListener(p0);
 }