public final class AnimatorProxy
extends android.view.animation.Animation
| Modifier and Type | Field and Description |
|---|---|
static boolean |
NEEDS_PROXY |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyTransformation(float interpolatedTime,
android.view.animation.Transformation t) |
float |
getAlpha() |
float |
getScaleX() |
float |
getScaleY() |
int |
getScrollX() |
int |
getScrollY() |
float |
getTranslationX() |
float |
getTranslationY() |
void |
reset() |
void |
setAlpha(float alpha) |
void |
setScaleX(float scaleX) |
void |
setScaleY(float scaleY) |
void |
setScrollX(int value) |
void |
setScrollY(int value) |
void |
setTranslationX(float translationX) |
void |
setTranslationY(float translationY) |
static AnimatorProxy |
wrap(android.view.View view) |
cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, initialize, isFillEnabled, isInitialized, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrixpublic static AnimatorProxy wrap(android.view.View view)
public float getAlpha()
public void setAlpha(float alpha)
public float getScaleX()
public void setScaleX(float scaleX)
public float getScaleY()
public void setScaleY(float scaleY)
public int getScrollX()
public void setScrollX(int value)
public int getScrollY()
public void setScrollY(int value)
public float getTranslationX()
public void setTranslationX(float translationX)
public float getTranslationY()
public void setTranslationY(float translationY)
protected void applyTransformation(float interpolatedTime,
android.view.animation.Transformation t)
applyTransformation in class android.view.animation.Animationpublic void reset()
reset in class android.view.animation.AnimationCopyright © 2011–2014. All rights reserved.