Partager via


AnimationUtils.MakeInAnimation(Context, Boolean) Méthode

Définition

Rendez une animation pour les objets qui deviennent visibles.

[Android.Runtime.Register("makeInAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? MakeInAnimation (Android.Content.Context? c, bool fromLeft);
[<Android.Runtime.Register("makeInAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")>]
static member MakeInAnimation : Android.Content.Context * bool -> Android.Views.Animations.Animation

Paramètres

c
Context

Contexte pour le chargement des ressources

fromLeft
Boolean

est l’objet à animer en provenance de la gauche

Retours

Nouvelle animation

Attributs

Remarques

Rendez une animation pour les objets qui deviennent visibles. Utilise une diapositive et un effet de fondu.

Documentation Java pour android.view.animation.AnimationUtils.makeInAnimation(android.content.Context, 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 à