GridLayoutAnimationController 생성자

정의

오버로드

Name Description
GridLayoutAnimationController(Animation)

행과 열 및 지정된 애니메이션 모두에 대해 50개의% 지연된 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

GridLayoutAnimationController(Context, IAttributeSet)

외부 리소스에서 새 그리드 레이아웃 애니메이션 컨트롤러를 만듭니다.

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

GridLayoutAnimationController(Animation, Single, Single)

지정된 지연 및 지정된 애니메이션을 사용하여 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

GridLayoutAnimationController(Animation)

행과 열 및 지정된 애니메이션 모두에 대해 50개의% 지연된 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/view/animation/Animation;)V", "")]
public GridLayoutAnimationController(Android.Views.Animations.Animation? animation);
[<Android.Runtime.Register(".ctor", "(Landroid/view/animation/Animation;)V", "")>]
new Android.Views.Animations.GridLayoutAnimationController : Android.Views.Animations.Animation -> Android.Views.Animations.GridLayoutAnimationController

매개 변수

animation
Animation

뷰 그룹의 각 자식에 사용할 애니메이션

특성

설명

행과 열 및 지정된 애니메이션 모두에 대해 50개의% 지연된 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

에 대한 android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.view.animation.Animation)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

GridLayoutAnimationController(Context, IAttributeSet)

외부 리소스에서 새 그리드 레이아웃 애니메이션 컨트롤러를 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public GridLayoutAnimationController(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Views.Animations.GridLayoutAnimationController : Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.Animations.GridLayoutAnimationController

매개 변수

context
Context

뷰 그룹이 실행 중인 컨텍스트이며 이를 통해 리소스에 액세스할 수 있습니다.

attrs
IAttributeSet

레이아웃 애니메이션 컨트롤러를 부풀리는 XML 태그의 특성

특성

설명

외부 리소스에서 새 그리드 레이아웃 애니메이션 컨트롤러를 만듭니다.

에 대한 android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.content.Context, android.util.AttributeSet)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected GridLayoutAnimationController(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Animations.GridLayoutAnimationController : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Animations.GridLayoutAnimationController

매개 변수

javaReference
IntPtr

nativeint

IntPtrJava JNI(Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

GridLayoutAnimationController(Animation, Single, Single)

지정된 지연 및 지정된 애니메이션을 사용하여 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/view/animation/Animation;FF)V", "")]
public GridLayoutAnimationController(Android.Views.Animations.Animation? animation, float columnDelay, float rowDelay);
[<Android.Runtime.Register(".ctor", "(Landroid/view/animation/Animation;FF)V", "")>]
new Android.Views.Animations.GridLayoutAnimationController : Android.Views.Animations.Animation * single * single -> Android.Views.Animations.GridLayoutAnimationController

매개 변수

animation
Animation

뷰 그룹의 각 자식에 사용할 애니메이션

columnDelay
Single

각 열 애니메이션이 오프셋되어야 하는 지연

rowDelay
Single

각 행 애니메이션이 오프셋되어야 하는 지연

특성

설명

지정된 지연 및 지정된 애니메이션을 사용하여 새 레이아웃 애니메이션 컨트롤러를 만듭니다.

에 대한 android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.view.animation.Animation, float, float)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상