|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.animation.Animation
com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy
public final class AnimatorProxy
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.view.animation.Animation |
|---|
android.view.animation.Animation.AnimationListener, android.view.animation.Animation.Description |
| Field Summary | |
|---|---|
static boolean |
NEEDS_PROXY
|
| Fields inherited from class android.view.animation.Animation |
|---|
ABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class android.view.animation.Animation |
|---|
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, willChangeTransformationMatrix |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean NEEDS_PROXY
| Method Detail |
|---|
public 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.Animation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||