Partager via


ClipDrawable.ScheduleDrawable Méthode

Définition

Surcharges

ScheduleDrawable(Drawable, IRunnable, Int64)

Un dessinable peut appeler ceci pour planifier l’image suivante de son animation.

ScheduleDrawable(Drawable, Action, Int64)

ScheduleDrawable(Drawable, IRunnable, Int64)

Un dessinable peut appeler ceci pour planifier l’image suivante de son animation.

[Android.Runtime.Register("scheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V", "GetScheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_JHandler")]
public override void ScheduleDrawable (Android.Graphics.Drawables.Drawable? who, Java.Lang.IRunnable? what, long when);
[<Android.Runtime.Register("scheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V", "GetScheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_JHandler")>]
override this.ScheduleDrawable : Android.Graphics.Drawables.Drawable * Java.Lang.IRunnable * int64 -> unit

Paramètres

who
Drawable

Dessinable planifié.

what
IRunnable

Action à exécuter.

when
Int64

Heure (en millisecondes) à exécuter. La base de temps est UptimeMillis()

Implémente

Attributs

Remarques

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 à

ScheduleDrawable(Drawable, Action, Int64)

public void ScheduleDrawable (Android.Graphics.Drawables.Drawable who, Action what, long when);
override this.ScheduleDrawable : Android.Graphics.Drawables.Drawable * Action * int64 -> unit

Paramètres

who
Drawable
what
Action
when
Int64

Remarques

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 à