Freigeben über


GridLayoutAnimationController Konstruktoren

Definition

Überlädt

GridLayoutAnimationController(Animation)

Erstellt einen neuen Layoutanimationscontroller mit einer Verzögerung von 50 % für Zeilen und Spalten und die angegebene Animation.

GridLayoutAnimationController(Context, IAttributeSet)

Erstellt einen neuen Rasterlayoutanimationscontroller aus externen Ressourcen.

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

Ein Konstruktor, der beim Erstellen verwalteter Darstellungen von JNI-Objekten verwendet wird; wird von der Laufzeit aufgerufen.

GridLayoutAnimationController(Animation, Single, Single)

Erstellt einen neuen Layoutanimationscontroller mit den angegebenen Verzögerungen und der angegebenen Animation.

GridLayoutAnimationController(Animation)

Erstellt einen neuen Layoutanimationscontroller mit einer Verzögerung von 50 % für Zeilen und Spalten und die angegebene Animation.

[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

Parameter

animation
Animation

die Animation, die für jedes untergeordnete Element der Ansichtsgruppe verwendet werden soll

Attribute

Hinweise

Erstellt einen neuen Layoutanimationscontroller mit einer Verzögerung von 50 % für Zeilen und Spalten und die angegebene Animation.

Java-Dokumentation für android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.view.animation.Animation).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

GridLayoutAnimationController(Context, IAttributeSet)

Erstellt einen neuen Rasterlayoutanimationscontroller aus externen Ressourcen.

[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

Parameter

context
Context

der Kontext, in dem die Ansichtsgruppe ausgeführt wird, über den sie auf die Ressourcen zugreifen kann

attrs
IAttributeSet

die Attribute des XML-Tags, das den Layoutanimationscontroller aufbläht

Attribute

Hinweise

Erstellt einen neuen Rasterlayoutanimationscontroller aus externen Ressourcen.

Java-Dokumentation für android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.content.Context, android.util.AttributeSet).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

GridLayoutAnimationController(IntPtr, JniHandleOwnership)

Ein Konstruktor, der beim Erstellen verwalteter Darstellungen von JNI-Objekten verwendet wird; wird von der Laufzeit aufgerufen.

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

Parameter

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

Ein JniHandleOwnershipHinweis auf die Behandlung javaReference

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

GridLayoutAnimationController(Animation, Single, Single)

Erstellt einen neuen Layoutanimationscontroller mit den angegebenen Verzögerungen und der angegebenen Animation.

[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

Parameter

animation
Animation

die Animation, die für jedes untergeordnete Element der Ansichtsgruppe verwendet werden soll

columnDelay
Single

Die Verzögerung, um die jede Spaltenanimation versetzt werden muss

rowDelay
Single

Die Verzögerung, um die jede Zeilenanimation versetzt werden muss

Attribute

Hinweise

Erstellt einen neuen Layoutanimationscontroller mit den angegebenen Verzögerungen und der angegebenen Animation.

Java-Dokumentation für android.view.animation.GridLayoutAnimationController.GridLayoutAnimationController(android.view.animation.Animation, float, float).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: