public class NoOpTransFormer extends BaseTransformer
| Constructor and Description |
|---|
NoOpTransFormer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onTransform(android.view.View view,
float position)
Called each
BaseTransformer.transformPage(View, float). |
void |
setCustomAnimationInterface(BaseAnimationInterface animationInterface) |
void |
transformPage(android.view.View view,
float position)
Apply a property transformation to the given page.
|
hideOffscreenPages, isPagingEnabled, onPostTransform, onPreTransformprotected void onTransform(android.view.View view,
float position)
BaseTransformerBaseTransformer.transformPage(View, float).onTransform in class BaseTransformerpublic void transformPage(android.view.View view,
float position)
ViewPagerEx.PageTransformertransformPage in interface ViewPagerEx.PageTransformertransformPage in class BaseTransformerview - Apply the transformation to this pageposition - Position of page relative to the current front-and-center
position of the pager. 0 is front and center. 1 is one full
page position to the right, and -1 is one page position to the left.public void setCustomAnimationInterface(BaseAnimationInterface animationInterface)
setCustomAnimationInterface in class BaseTransformer