다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상