com.actionbarsherlock.internal.nineoldandroids.view.animation
Class AnimatorProxy

java.lang.Object
  extended by android.view.animation.Animation
      extended by com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy
All Implemented Interfaces:
Cloneable

public final class AnimatorProxy
extends android.view.animation.Animation


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

NEEDS_PROXY

public static final boolean NEEDS_PROXY
Method Detail

wrap

public static AnimatorProxy wrap(android.view.View view)

getAlpha

public float getAlpha()

setAlpha

public void setAlpha(float alpha)

getScaleX

public float getScaleX()

setScaleX

public void setScaleX(float scaleX)

getScaleY

public float getScaleY()

setScaleY

public void setScaleY(float scaleY)

getScrollX

public int getScrollX()

setScrollX

public void setScrollX(int value)

getScrollY

public int getScrollY()

setScrollY

public void setScrollY(int value)

getTranslationX

public float getTranslationX()

setTranslationX

public void setTranslationX(float translationX)

getTranslationY

public float getTranslationY()

setTranslationY

public void setTranslationY(float translationY)

applyTransformation

protected void applyTransformation(float interpolatedTime,
                                   android.view.animation.Transformation t)
Overrides:
applyTransformation in class android.view.animation.Animation

reset

public void reset()
Overrides:
reset in class android.view.animation.Animation


Copyright © 2012-2013. All Rights Reserved.