Freigeben über


Scroller.ExtendDuration(Int32) Method

Definition

Extend the scroll animation.

[Android.Runtime.Register("extendDuration", "(I)V", "GetExtendDuration_IHandler")]
public virtual void ExtendDuration (int extend);
[<Android.Runtime.Register("extendDuration", "(I)V", "GetExtendDuration_IHandler")>]
abstract member ExtendDuration : int -> unit
override this.ExtendDuration : int -> unit

Parameters

extend
Int32

Additional time to scroll in milliseconds.

Attributes

Remarks

Extend the scroll animation. This allows a running animation to scroll further and longer, when used with #setFinalX(int) or #setFinalY(int).

Java documentation for android.widget.Scroller.extendDuration(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also