public class PagerView.CoverTransformer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float |
MARGIN_MAX |
static float |
MARGIN_MIN |
float |
scale |
static float |
SCALE_MAX |
static float |
SCALE_MIN |
static java.lang.String |
TAG |
Constructor and Description |
---|
CoverTransformer(float scale,
float pagerMargin,
float spaceValue,
float rotationY) |
Modifier and Type | Method and Description |
---|---|
void |
transformPage(android.view.View page,
float position) |
public static final java.lang.String TAG
public static final float SCALE_MIN
public static final float SCALE_MAX
public static final float MARGIN_MIN
public static final float MARGIN_MAX
public float scale