Android.Widget.Scroller.ExtendDuration Method
Extend the scroll animation.

Syntax

[Android.Runtime.Register("extendDuration", "(I)V", "GetExtendDuration_IHandler")]
public virtual void ExtendDuration (int extend)

See Also

Scroller.FinalX
Scroller.FinalY

Parameters

extend
Additional time to scroll in milliseconds.

Remarks

Extend the scroll animation. This allows a running animation to scroll further and longer, when used with Scroller.FinalX or Scroller.FinalY.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1