LayoutTransition.GetStartDelay(LayoutTransitionType) Method

Definition

Gets the start delay on one of the animation objects used by this transition.

[Android.Runtime.Register("getStartDelay", "(I)J", "GetGetStartDelay_IHandler")]
public virtual long GetStartDelay (Android.Animation.LayoutTransitionType transitionType);
[<Android.Runtime.Register("getStartDelay", "(I)J", "GetGetStartDelay_IHandler")>]
abstract member GetStartDelay : Android.Animation.LayoutTransitionType -> int64
override this.GetStartDelay : Android.Animation.LayoutTransitionType -> int64

Parameters

transitionType
LayoutTransitionType

One of #CHANGE_APPEARING, #CHANGE_DISAPPEARING, #CHANGING, #APPEARING, or #DISAPPEARING, which determines the animation whose start delay is returned.

Returns

long The start delay of the specified animation.

Attributes

Remarks

Gets the start delay on one of the animation objects used by this transition. The transitionType parameter determines the animation whose start delay is returned.

Java documentation for android.animation.LayoutTransition.getStartDelay(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also