ViewAnimator.SetAnimateFirstView(Boolean) Méthode

Définition

Indique si l’affichage actuel doit être animé la première fois que ViewAnimator est affiché.

[Android.Runtime.Register("setAnimateFirstView", "(Z)V", "GetSetAnimateFirstView_ZHandler")]
public virtual void SetAnimateFirstView (bool animate);
[<Android.Runtime.Register("setAnimateFirstView", "(Z)V", "GetSetAnimateFirstView_ZHandler")>]
abstract member SetAnimateFirstView : bool -> unit
override this.SetAnimateFirstView : bool -> unit

Paramètres

animate
Boolean

True pour animer l’affichage actuel la première fois qu’elle est affichée, false sinon.

Attributs

Remarques

Indique si l’affichage actuel doit être animé la première fois que ViewAnimator est affiché.

Documentation Java pour android.widget.ViewAnimator.setAnimateFirstView(boolean).

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 à