TransitionManager.EndTransitions(ViewGroup) Method

Definition

Ends all pending and ongoing transitions on the specified scene root.

[Android.Runtime.Register("endTransitions", "(Landroid/view/ViewGroup;)V", "", ApiSince=23)]
public static void EndTransitions (Android.Views.ViewGroup? sceneRoot);
[<Android.Runtime.Register("endTransitions", "(Landroid/view/ViewGroup;)V", "", ApiSince=23)>]
static member EndTransitions : Android.Views.ViewGroup -> unit

Parameters

sceneRoot
ViewGroup

The root of the View hierarchy to end transitions on.

Attributes

Remarks

Ends all pending and ongoing transitions on the specified scene root.

Java documentation for android.transition.TransitionManager.endTransitions(android.view.ViewGroup).

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