Partager via


LayoutAnimationController.GetTransformedIndex Méthode

Définition

Transforme l’index stocké dans android.view.animation.LayoutAnimationController.AnimationParameters par l’ordre retourné par #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

Paramètres

params
LayoutAnimationController.AnimationParameters

les paramètres d’animation contenant l’index

Retours

un index transformé

Attributs

Remarques

Documentation Java pour android.view.animation.LayoutAnimationController.getTransformedIndex(android.view.animation.AnimationParameters).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à