ViewGroup.AttachLayoutAnimationParameters Method

Definition

Subclasses should override this method to set layout animation parameters on the supplied child.

[Android.Runtime.Register("attachLayoutAnimationParameters", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;II)V", "GetAttachLayoutAnimationParameters_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_IIHandler")]
protected virtual void AttachLayoutAnimationParameters (Android.Views.View? child, Android.Views.ViewGroup.LayoutParams? params, int index, int count);
[<Android.Runtime.Register("attachLayoutAnimationParameters", "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;II)V", "GetAttachLayoutAnimationParameters_Landroid_view_View_Landroid_view_ViewGroup_LayoutParams_IIHandler")>]
abstract member AttachLayoutAnimationParameters : Android.Views.View * Android.Views.ViewGroup.LayoutParams * int * int -> unit
override this.AttachLayoutAnimationParameters : Android.Views.View * Android.Views.ViewGroup.LayoutParams * int * int -> unit

Parameters

child
View

the child to associate with animation parameters

params
ViewGroup.LayoutParams

the child's layout parameters which hold the animation parameters

index
Int32

the index of the child in the view group

count
Int32

the number of children in the view group

Attributes

Remarks

Java documentation for android.view.ViewGroup.attachLayoutAnimationParameters(android.view.View, android.view.LayoutParams, int, 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