Java android.transition TransitionManager fields, constructors, methods, implement or subclass

Example usage for Java android.transition TransitionManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.transition TransitionManager.

The text is from its open source code.

Method

voidbeginDelayedTransition(final ViewGroup sceneRoot)
Convenience method to animate, using the default transition, to a new scene defined by all changes within the given scene root between calling this method and the next rendering frame.
voidbeginDelayedTransition(final ViewGroup sceneRoot, Transition transition)
Convenience method to animate to a new scene defined by all changes within the given scene root between calling this method and the next rendering frame.
voidgo(Scene scene)
Convenience method to simply change to the given scene using the default transition for TransitionManager.
voidgo(Scene scene, Transition transition)
Convenience method to simply change to the given scene using the given transition.