Compartilhar via


Animation.IAnimationListener.OnAnimationRepeat(Animation) Método

Definição

Notifica a repetição da animação.

[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

Parâmetros

animation
Animation

A animação que se repetiu.

Atributos

Comentários

Notifica a repetição da animação.

Documentação Java para android.view.animation.Animation.AnimationListener.onAnimationRepeat(android.view.animation.Animation).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a