共用方式為


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 屬性授權中所述的詞彙使用。

適用於