Example usage for Java android.transition TransitionManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | beginDelayedTransition(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. |
void | beginDelayedTransition(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. |
void | go(Scene scene) Convenience method to simply change to the given scene using the default transition for TransitionManager. |
void | go(Scene scene, Transition transition) Convenience method to simply change to the given scene using the given transition. |