다음을 통해 공유


AnimationUtils.LoadLayoutAnimation(Context, Int32) 메서드

정의

LayoutAnimationController 리소스에서 개체 로드

[Android.Runtime.Register("loadLayoutAnimation", "(Landroid/content/Context;I)Landroid/view/animation/LayoutAnimationController;", "")]
public static Android.Views.Animations.LayoutAnimationController? LoadLayoutAnimation (Android.Content.Context? context, int id);
[<Android.Runtime.Register("loadLayoutAnimation", "(Landroid/content/Context;I)Landroid/view/animation/LayoutAnimationController;", "")>]
static member LoadLayoutAnimation : Android.Content.Context * int -> Android.Views.Animations.LayoutAnimationController

매개 변수

context
Context

리소스에 액세스하는 데 사용되는 애플리케이션 컨텍스트

id
Int32

로드할 애니메이션의 리소스 ID

반환

지정된 ID에서 참조하는 애니메이션 컨트롤러 개체입니다.

특성

예외

레이아웃 애니메이션 컨트롤러를 로드할 수 없는 경우

설명

LayoutAnimationController 리소스에서 개체 로드

에 대한 android.view.animation.AnimationUtils.loadLayoutAnimation(android.content.Context, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상