다음을 통해 공유


Scene.GetSceneForLayout(ViewGroup, Int32, Context) 메서드

정의

지정된 layoutId 매개 변수와 연결된 리소스 파일에서 설명하는 장면을 반환합니다.

[Android.Runtime.Register("getSceneForLayout", "(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroid/transition/Scene;", "")]
public static Android.Transitions.Scene? GetSceneForLayout (Android.Views.ViewGroup? sceneRoot, int layoutId, Android.Content.Context? context);
[<Android.Runtime.Register("getSceneForLayout", "(Landroid/view/ViewGroup;ILandroid/content/Context;)Landroid/transition/Scene;", "")>]
static member GetSceneForLayout : Android.Views.ViewGroup * int * Android.Content.Context -> Android.Transitions.Scene

매개 변수

sceneRoot
ViewGroup

장면 변경 및 전환이 수행되는 계층 구조의 루트입니다.

layoutId
Int32

표준 레이아웃 리소스 파일의 ID입니다.

context
Context

레이아웃 리소스를 부풀리는 과정에서 사용되는 컨텍스트입니다.

반환

지정된 루트 및 레이아웃 ID의 장면

특성

설명

지정된 layoutId 매개 변수와 연결된 리소스 파일에서 설명하는 장면을 반환합니다. 지정된 장면에 대해 sceneRoot이러한 장면이 이미 만들어진 경우 동일한 장면이 반환됩니다. layoutId 기반 장면의 이러한 캐싱을 사용하면 코드에서 만든 장면과 XML 리소스 파일에서 참조하는 TransitionManager 장면 간에 공통 장면을 공유할 수 있습니다.

에 대한 android.transition.Scene.getSceneForLayout(android.view.ViewGroup, int, android.content.Context)Java 설명서

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

적용 대상