LayoutAnimationController コンストラクター

定義

オーバーロード

LayoutAnimationController(Animation)

50% の遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

LayoutAnimationController(Context, IAttributeSet)

外部リソースから新しいレイアウト アニメーション コントローラーを作成します。

LayoutAnimationController(Animation, Single)

指定した遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

LayoutAnimationController(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

LayoutAnimationController(Animation)

50% の遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

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

パラメーター

animation
Animation

ビュー グループの各子で使用するアニメーション

属性

注釈

50% の遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

の Java ドキュメント android.view.animation.LayoutAnimationController.LayoutAnimationController(android.view.animation.Animation)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

LayoutAnimationController(Context, IAttributeSet)

外部リソースから新しいレイアウト アニメーション コントローラーを作成します。

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

パラメーター

context
Context

ビュー グループが実行されているコンテキスト。このコンテキストを使用してリソースにアクセスできます

attrs
IAttributeSet

レイアウト アニメーション コントローラーを拡張している XML タグの属性

属性

注釈

外部リソースから新しいレイアウト アニメーション コントローラーを作成します。

の Java ドキュメント android.view.animation.LayoutAnimationController.LayoutAnimationController(android.content.Context, android.util.AttributeSet)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

LayoutAnimationController(Animation, Single)

指定した遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

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

パラメーター

animation
Animation

ビュー グループの各子で使用するアニメーション

delay
Single

各子のアニメーションをオフセットする必要がある遅延

属性

注釈

指定した遅延と指定したアニメーションを使用して、新しいレイアウト アニメーション コントローラーを作成します。

の Java ドキュメント android.view.animation.LayoutAnimationController.LayoutAnimationController(android.view.animation.Animation, float)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

LayoutAnimationController(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava Native Interface (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象