LayoutAnimationController.GetTransformedIndex Method

Definition

Transforms the index stored in android.view.animation.LayoutAnimationController.AnimationParameters by the order returned by #getOrder().

[Android.Runtime.Register("getTransformedIndex", "(Landroid/view/animation/LayoutAnimationController$AnimationParameters;)I", "GetGetTransformedIndex_Landroid_view_animation_LayoutAnimationController_AnimationParameters_Handler")]
protected virtual int GetTransformedIndex (Android.Views.Animations.LayoutAnimationController.AnimationParameters? params);
[<Android.Runtime.Register("getTransformedIndex", "(Landroid/view/animation/LayoutAnimationController$AnimationParameters;)I", "GetGetTransformedIndex_Landroid_view_animation_LayoutAnimationController_AnimationParameters_Handler")>]
abstract member GetTransformedIndex : Android.Views.Animations.LayoutAnimationController.AnimationParameters -> int
override this.GetTransformedIndex : Android.Views.Animations.LayoutAnimationController.AnimationParameters -> int

Parameters

params
LayoutAnimationController.AnimationParameters

the animation parameters containing the index

Returns

a transformed index

Attributes

Remarks

Java documentation for android.view.animation.LayoutAnimationController.getTransformedIndex(android.view.animation.AnimationParameters).

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