Android.Views.Animations.LayoutAnimationController.GetDelayForView Method
Returns the amount of milliseconds by which the specified view's animation must be delayed or offset.

Syntax

[Android.Runtime.Register("getDelayForView", "(Landroid/view/View;)J", "GetGetDelayForView_Landroid_view_View_Handler")]
protected virtual long GetDelayForView (Android.Views.View view)

See Also

LayoutAnimationController.GetAnimationForView(Android.Views.View)
LayoutAnimationController.Delay
LayoutAnimationController.GetTransformedIndex(.AnimationParameters)

Parameters

view
the view for which to obtain the animation's delay

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the amount of milliseconds by which the specified view's animation must be delayed or offset. Subclasses should override this method to return a suitable value. This implementation returns child animation delay milliseconds where:

java Example

 child animation delay = child index * delay
 
The index is retrieved from the NoType:android/view/animation/LayoutAnimationController$AnimationParameters;Href=../../../../reference/android/view/animation/LayoutAnimationController.AnimationParameters.html found in the view's NoType:android/view/ViewGroup$LayoutParams;Href=../../../../reference/android/view/ViewGroup.LayoutParams.html.

[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 1