Langue

LayoutAnimationController.GetAnimationForView(View) Méthode

Définition

Retourne l’animation à appliquer à la vue spécifiée.

[Android.Runtime.Register("getAnimationForView", "(Landroid/view/View;)Landroid/view/animation/Animation;", "")]
public Android.Views.Animations.Animation? GetAnimationForView(Android.Views.View? view);
[<Android.Runtime.Register("getAnimationForView", "(Landroid/view/View;)Landroid/view/animation/Animation;", "")>]
member this.GetAnimationForView : Android.Views.View -> Android.Views.Animations.Animation

Paramètres

view
View

vue à animer

Retours

une animation retardée par le nombre de millisecondes retournées par #getDelayForView(android.view.View)

Attributs

Remarques

Retourne l’animation à appliquer à la vue spécifiée. L’animation retournée est retardée par un décalage calculé en fonction des informations fournies par android.view.animation.LayoutAnimationController.AnimationParameters. Cette méthode est appelée par les groupes d’affichages pour obtenir l’animation à définir sur un enfant spécifique.

Java documentation pour android.view.animation.LayoutAnimationController.getAnimationForView(android.view.View).

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

S’applique à

Voir aussi