Scroller.TimePassed Method

Definition

Returns the time elapsed since the beginning of the scrolling.

[Android.Runtime.Register("timePassed", "()I", "GetTimePassedHandler")]
public virtual int TimePassed ();
[<Android.Runtime.Register("timePassed", "()I", "GetTimePassedHandler")>]
abstract member TimePassed : unit -> int
override this.TimePassed : unit -> int

Returns

The elapsed time in milliseconds.

Attributes

Remarks

Returns the time elapsed since the beginning of the scrolling.

Java documentation for android.widget.Scroller.timePassed().

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