LayoutAnimationController Konstruktoren

Definition

Überlädt

Name Beschreibung
LayoutAnimationController(Animation)

Erstellt einen neuen Layoutanimationscontroller mit einer Verzögerung von 50% und der angegebenen Animation.

LayoutAnimationController(Context, IAttributeSet)

Erstellt einen neuen Layoutanimationscontroller aus externen Ressourcen.

LayoutAnimationController(Animation, Single)

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

LayoutAnimationController(IntPtr, JniHandleOwnership)

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

LayoutAnimationController(Animation)

Erstellt einen neuen Layoutanimationscontroller mit einer Verzögerung von 50% und der angegebenen Animation.

[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

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% und der angegebenen Animation.

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

LayoutAnimationController(Context, IAttributeSet)

Erstellt einen neuen Layoutanimationscontroller aus externen Ressourcen.

[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

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 Layoutanimationscontroller aus externen Ressourcen.

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

LayoutAnimationController(Animation, Single)

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

[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

Parameter

animation
Animation

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

delay
Single

Die Verzögerung, um die die Animation der einzelnen untergeordneten Elemente versetzt werden muss

Attribute

Hinweise

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

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

LayoutAnimationController(IntPtr, JniHandleOwnership)

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

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

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 von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: