public class AutoTransitionChangeHandler extends TransitionChangeHandler
TransitionChangeHandler.OnTransitionPreparedListenerControllerChangeHandler.ControllerChangeCompletedListener, ControllerChangeHandler.ControllerChangeListener| Constructor and Description |
|---|
AutoTransitionChangeHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ControllerChangeHandler |
copy()
Deprecated.
Returns a copy of this ControllerChangeHandler.
|
protected android.transition.Transition |
getTransition(android.view.ViewGroup container,
android.view.View from,
android.view.View to,
boolean isPush)
Deprecated.
Should be overridden to return the Transition to use while replacing Views.
|
completeImmediately, executePropertyChanges, onAbortPush, performChange, prepareForTransition, removesFromViewOnPushfromBundle, isReusable, restoreFromBundle, saveToBundle, setForceRemoveViewOnPushprotected android.transition.Transition getTransition(android.view.ViewGroup container,
android.view.View from,
android.view.View to,
boolean isPush)
TransitionChangeHandlergetTransition in class TransitionChangeHandlercontainer - The container these Views are hosted infrom - The previous View in the container or null if there was no Controller before this transitionto - The next View that should be put in the container or null if no Controller is being transitioned toisPush - True if this is a push transaction, false if it's a poppublic ControllerChangeHandler copy()
ControllerChangeHandlercopy in class ControllerChangeHandler