public class Rotate3dAnimation
extends android.view.animation.Animation
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Rotate3dAnimation.Description |
| Modifier and Type | Field and Description |
|---|---|
static int |
ROLL_BY_X |
static int |
ROLL_BY_Y |
static int |
ROLL_BY_Z |
| Constructor and Description |
|---|
Rotate3dAnimation(android.content.Context context,
android.util.AttributeSet attrs) |
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees) |
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
float pivotX,
float pivotY) |
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
int pivotXType,
float pivotXValue,
int pivotYType,
float pivotYValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyTransformation(float interpolatedTime,
android.view.animation.Transformation t) |
void |
initialize(int width,
int height,
int parentWidth,
int parentHeight) |
cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrixpublic static final int ROLL_BY_X
public static final int ROLL_BY_Y
public static final int ROLL_BY_Z
public Rotate3dAnimation(android.content.Context context,
android.util.AttributeSet attrs)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
float pivotX,
float pivotY)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
int pivotXType,
float pivotXValue,
int pivotYType,
float pivotYValue)
public void initialize(int width,
int height,
int parentWidth,
int parentHeight)
initialize in class android.view.animation.Animationprotected void applyTransformation(float interpolatedTime,
android.view.animation.Transformation t)
applyTransformation in class android.view.animation.Animation