Langue

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.

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

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 à