Partager via


Choreographer.Instance Propriété

Définition

Obtient le chorégraphe pour le fil appelant.

public static Android.Views.Choreographer? Instance { [Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")>]
static member Instance : Android.Views.Choreographer

Valeur de propriété

Chorégraphe pour ce fil.

Attributs

Exceptions

si le thread n’a pas de bouclage.

Remarques

Obtient le chorégraphe pour le fil appelant. Doit être appelé à partir d’un thread qui a déjà un android.os.Looper lien avec celui-ci.

Documentation Java pour android.view.Choreographer.getInstance().

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 à