次の方法で共有


GridLayoutAnimationController コンストラクター

定義

オーバーロード

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% の新しいレイアウト アニメーション コントローラーを作成します。

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

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

適用対象

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 タグの属性

属性

注釈

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

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

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

適用対象

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 Native Interface (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

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

適用対象

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

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

属性

注釈

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

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

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

適用対象