Android.Views.Animations.Animation.ComputeDurationHint Method
Compute a hint at how long the entire animation may last, in milliseconds.

Syntax

[Android.Runtime.Register("computeDurationHint", "()J", "GetComputeDurationHintHandler")]
public virtual long ComputeDurationHint ()

Returns

Documentation for this section has not yet been entered.

Remarks

Compute a hint at how long the entire animation may last, in milliseconds. Animations can be written to cause themselves to run for a different duration than what is computed here, but generally this should be accurate.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3