Partager via


Animation.IAnimationListener.OnAnimationRepeat(Animation) Méthode

Définition

Avertit la répétition de l’animation.

[Android.Runtime.Register("onAnimationRepeat", "(Landroid/view/animation/Animation;)V", "GetOnAnimationRepeat_Landroid_view_animation_Animation_Handler:Android.Views.Animations.Animation/IAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationRepeat (Android.Views.Animations.Animation? animation);
[<Android.Runtime.Register("onAnimationRepeat", "(Landroid/view/animation/Animation;)V", "GetOnAnimationRepeat_Landroid_view_animation_Animation_Handler:Android.Views.Animations.Animation/IAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationRepeat : Android.Views.Animations.Animation -> unit

Paramètres

animation
Animation

Animation qui a été répétée.

Attributs

Remarques

Avertit la répétition de l’animation.

Documentation Java pour android.view.animation.Animation.AnimationListener.onAnimationRepeat(android.view.animation.Animation).

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 à