Langue

LayerDrawable.ScheduleDrawable Méthode

Définition

Surcharges

Nom Description
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 virtual 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")>]
abstract member ScheduleDrawable : Android.Graphics.Drawables.Drawable * Java.Lang.IRunnable * int64 -> unit
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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

ScheduleDrawable(Drawable, Action, Int64)

public void ScheduleDrawable(Android.Graphics.Drawables.Drawable who, Action what, long when);
member 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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à