LayoutAnimationController.GetTransformedIndex 方法

定义

转换存储在 中的索引 android.view.animation.LayoutAnimationController.AnimationParameters按返回的顺序。#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

参数

params
LayoutAnimationController.AnimationParameters

包含索引的动画参数

返回

转换后的索引

属性

注解

适用于 . 的 android.view.animation.LayoutAnimationController.getTransformedIndex(android.view.animation.AnimationParameters)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于