Choreographer.Instance 属性

定义

获取调用线程的编舞器。

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

属性值

此线程的编舞器。

属性

例外

如果线程没有循环器,

注解

获取调用线程的编舞器。 必须从已 android.os.Looper 与之关联的线程调用。

适用于 . 的 android.view.Choreographer.getInstance()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于