LayerDrawable.ScheduleDrawable Metodo

Definizione

Overload

Nome Descrizione
ScheduleDrawable(Drawable, IRunnable, Int64)

Un elemento Drawable può chiamare questa operazione per pianificare il fotogramma successivo dell'animazione.

ScheduleDrawable(Drawable, Action, Int64)

ScheduleDrawable(Drawable, IRunnable, Int64)

Un elemento Drawable può chiamare questa operazione per pianificare il fotogramma successivo dell'animazione.

[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

Parametri

who
Drawable

Oggetto drawable pianificato.

what
IRunnable

Azione da eseguire.

when
Int64

Tempo (in millisecondi) da eseguire. La base temporale è UptimeMillis()

Implementazioni

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

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

Parametri

who
Drawable
what
Action
when
Int64

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a