public class ElevateScaleLayoutManager
extends ViewPagerLayoutManager
this layoutManager Require api21 to support elevation
| Constructor and Description |
|---|
ElevateScaleLayoutManager(int itemSpace) |
ElevateScaleLayoutManager(int itemSpace,
boolean shouldReverseLayout) |
ElevateScaleLayoutManager(int itemSpace,
float minScale) |
ElevateScaleLayoutManager(int itemSpace,
float minScale,
boolean shouldReverseLayout) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
setInterval() |
protected void |
setItemViewProperty(android.view.View itemView,
float targetOffset) |
protected void |
setUp() |
public ElevateScaleLayoutManager(int itemSpace)
public ElevateScaleLayoutManager(int itemSpace,
float minScale)
public ElevateScaleLayoutManager(int itemSpace,
boolean shouldReverseLayout)
public ElevateScaleLayoutManager(int itemSpace,
float minScale,
boolean shouldReverseLayout)