The methods of Android.Animation.LayoutTransition are listed below. For a list of all members, see the LayoutTransition Members list.
See Also: Inherited members from Java.Lang.Object
AddChild(Android.Views.ViewGroup, Android.Views.View)This method is called by ViewGroup when a child view is about to be added to the container. | ||
AddTransitionListener(LayoutTransition.ITransitionListener)Add a listener that will be called when the bounds of the view change due to layout processing. | ||
DisableTransitionType(LayoutTransitionType)Disables the specified transitionType for this LayoutTransition object. | ||
EnableTransitionType(LayoutTransitionType)Enables the specified transitionType for this LayoutTransition object. | ||
GetAnimator(LayoutTransitionType)Gets the animation used during one of the transition types that may run. | ||
GetDuration(LayoutTransitionType)Gets the duration on one of the animation objects used by this transition. | ||
GetInterpolator(LayoutTransitionType)Gets the interpolator on one of the animation objects used by this transition. | ||
GetStagger(LayoutTransitionType)Gets the length of time to delay between starting each animation during one of the change animations. | ||
GetStartDelay(LayoutTransitionType)Gets the start delay on one of the animation objects used by this transition. | ||
HideChild(Android.Views.ViewGroup, Android.Views.View) | ||
HideChild(Android.Views.ViewGroup, Android.Views.View, Android.Views.ViewStates)This method is called by ViewGroup when a child view is about to be hidden in container. | ||
IsTransitionTypeEnabled(LayoutTransitionType)Returns whether the specified transitionType is enabled for this LayoutTransition object. | ||
RemoveChild(Android.Views.ViewGroup, Android.Views.View)This method is called by ViewGroup when a child view is about to be removed from the container. | ||
RemoveTransitionListener(LayoutTransition.ITransitionListener)Remove a listener for layout changes. | ||
SetAnimateParentHierarchy(bool)This flag controls whether CHANGE_APPEARING or CHANGE_DISAPPEARING animations will cause the default changing animation to be run on the parent hierarchy as well. | ||
SetAnimator(LayoutTransitionType, Animator)Sets the animation used during one of the transition types that may run. | ||
SetDuration(long)Sets the duration to be used by all animations of this transition object. | ||
SetDuration(LayoutTransitionType, long)Sets the duration on one of the animation objects used by this transition. | ||
SetInterpolator(LayoutTransitionType, ITimeInterpolator)Sets the interpolator on one of the animation objects used by this transition. | ||
SetStagger(LayoutTransitionType, long)Sets the length of time to delay between starting each animation during one of the change animations. | ||
SetStartDelay(LayoutTransitionType, long)Sets the start delay on one of the animation objects used by this transition. | ||
ShowChild(Android.Views.ViewGroup, Android.Views.View) | ||
ShowChild(Android.Views.ViewGroup, Android.Views.View, Android.Views.ViewStates)This method is called by ViewGroup when a child view is about to be made visible in the container. |