Esempio n. 1
0
 public override void setInterpolator(android.animation.TimeInterpolator interpolator
                                      )
 {
     throw new System.NotImplementedException();
 }
Esempio n. 2
0
 public virtual android.view.ViewPropertyAnimator setInterpolator(android.animation.TimeInterpolator
                                                                  interpolator)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
 /// <summary>The time interpolator used in calculating the elapsed fraction of this animation.
 ///     </summary>
 /// <remarks>
 /// The time interpolator used in calculating the elapsed fraction of this animation. The
 /// interpolator determines whether the animation runs with linear or non-linear motion,
 /// such as acceleration and deceleration. The default value is
 /// <see cref="android.view.animation.AccelerateDecelerateInterpolator">android.view.animation.AccelerateDecelerateInterpolator
 ///     </see>
 /// </remarks>
 /// <param name="value">the interpolator to be used by this animation</param>
 public abstract void setInterpolator(android.animation.TimeInterpolator value);
Esempio n. 4
0
 public virtual void setInterpolator(int transitionType, android.animation.TimeInterpolator
                                     interpolator)
 {
     throw new System.NotImplementedException();
 }