-
public class HorizontalChangeHandler extends AnimatorChangeHandler
An AnimatorChangeHandler that will slide the views left or right, depending on if it's a push or pop.
-
-
Constructor Summary
Constructors Constructor Description HorizontalChangeHandler()HorizontalChangeHandler(boolean removesFromViewOnPush)HorizontalChangeHandler(long duration)HorizontalChangeHandler(long duration, boolean removesFromViewOnPush)
-
Method Summary
Modifier and Type Method Description ControllerChangeHandlercopy()Returns a copy of this ControllerChangeHandler. -
Methods inherited from class com.bluelinelabs.conductor.changehandler.AnimatorChangeHandler
completeImmediately, getAnimationDuration, onAbortPush, performChange, removesFromViewOnPush, restoreFromBundle, saveToBundle -
Methods inherited from class com.bluelinelabs.conductor.ControllerChangeHandler
fromBundle, isReusable, performChange, setForceRemoveViewOnPush -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HorizontalChangeHandler
HorizontalChangeHandler()
-
HorizontalChangeHandler
HorizontalChangeHandler(boolean removesFromViewOnPush)
-
HorizontalChangeHandler
HorizontalChangeHandler(long duration)
-
HorizontalChangeHandler
HorizontalChangeHandler(long duration, boolean removesFromViewOnPush)
-
-
Method Detail
-
copy
@NonNull() ControllerChangeHandler copy()
Returns a copy of this ControllerChangeHandler. This method is internally used by the library, soensure it will return an exact copy of your handler if overriding. If not overriding, the handlerwill be saved and restored from the Bundle format.
-
-
-
-