public class DescriptionAnimation extends java.lang.Object implements BaseAnimationInterface
| Constructor and Description |
|---|
DescriptionAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCurrentItemDisappear(android.view.View view)
Current item totally disappear from screen.
|
void |
onNextItemAppear(android.view.View view)
When next item show in ViewPagerEx, let's make an animation to show the
description layout.
|
void |
onPrepareCurrentItemLeaveScreen(android.view.View current)
When the current item prepare to start leaving the screen.
|
void |
onPrepareNextItemShowInScreen(android.view.View next)
When next item is coming to show, let's hide the description layout.
|
public void onPrepareCurrentItemLeaveScreen(android.view.View current)
BaseAnimationInterfaceonPrepareCurrentItemLeaveScreen in interface BaseAnimationInterfacepublic void onPrepareNextItemShowInScreen(android.view.View next)
onPrepareNextItemShowInScreen in interface BaseAnimationInterfacenext - public void onCurrentItemDisappear(android.view.View view)
BaseAnimationInterfaceonCurrentItemDisappear in interface BaseAnimationInterfacepublic void onNextItemAppear(android.view.View view)
onNextItemAppear in interface BaseAnimationInterfaceview -