共用方式為


GridLayoutAnimationController 建構函式

定義

多載

GridLayoutAnimationController(Animation)

為數據列和數據行和指定的動畫建立延遲為 50% 的新版面配置動畫控制器。

GridLayoutAnimationController(Context, IAttributeSet)

從外部資源建立新的網格線配置動畫控制器。

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

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 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於