Compartir a través de


LayoutAnimationController.GetTransformedIndex Método

Definición

Transforma el índice almacenado en android.view.animation.LayoutAnimationController.AnimationParameters por el orden devuelto por #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

Parámetros

params
LayoutAnimationController.AnimationParameters

los parámetros de animación que contienen el índice

Devoluciones

un índice transformado

Atributos

Comentarios

Documentación de Java para android.view.animation.LayoutAnimationController.getTransformedIndex(android.view.animation.AnimationParameters).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a