public class NoOpControllerChangeHandler extends ControllerChangeHandler
ControllerChangeHandler.ControllerChangeCompletedListener, ControllerChangeHandler.ControllerChangeListener| Constructor and Description |
|---|
NoOpControllerChangeHandler() |
| Modifier and Type | Method and Description |
|---|---|
ControllerChangeHandler |
copy()
Returns a copy of this ControllerChangeHandler.
|
boolean |
isReusable()
Returns whether or not this is a reusable ControllerChangeHandler.
|
void |
performChange(android.view.ViewGroup container,
android.view.View from,
android.view.View to,
boolean isPush,
ControllerChangeHandler.ControllerChangeCompletedListener changeListener)
Responsible for swapping Views from one Controller to another.
|
completeImmediately, fromBundle, onAbortPush, removesFromViewOnPush, restoreFromBundle, saveToBundle, setForceRemoveViewOnPushpublic void performChange(android.view.ViewGroup container,
android.view.View from,
android.view.View to,
boolean isPush,
ControllerChangeHandler.ControllerChangeCompletedListener changeListener)
ControllerChangeHandlerperformChange in class ControllerChangeHandlercontainer - The container these Views are hosted in.from - 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 pop.changeListener - This listener must be called when any transitions or animations are completed.public ControllerChangeHandler copy()
ControllerChangeHandlercopy in class ControllerChangeHandlerpublic boolean isReusable()
ControllerChangeHandlerControllerChangeHandler.copy() method
prior to use.isReusable in class ControllerChangeHandler