次の方法で共有


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 必要があります。

の Java ドキュメントandroid.view.Choreographer.getInstance()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象