FileDocCategorySizeDatePackage
ViewPropertyAnimator.javaAPI DocAndroid 5.1 API4041Sat Mar 14 14:09:40 GMT 2015android.view

ViewPropertyAnimator

public class ViewPropertyAnimator extends Object

Fields Summary
Constructors Summary
ViewPropertyAnimator()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.view.ViewPropertyAnimatoralpha(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatoralphaBy(float value)

 throw new RuntimeException("Stub!"); 
public voidcancel()

 throw new RuntimeException("Stub!"); 
public longgetDuration()

 throw new RuntimeException("Stub!"); 
public android.animation.TimeInterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public longgetStartDelay()

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotation(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotationBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotationX(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotationXBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotationY(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorrotationYBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorscaleX(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorscaleXBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorscaleY(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorscaleYBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorsetDuration(long duration)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorsetInterpolator(android.animation.TimeInterpolator interpolator)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorsetListener(android.animation.Animator.AnimatorListener listener)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorsetStartDelay(long startDelay)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorsetUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener listener)

 throw new RuntimeException("Stub!"); 
public voidstart()

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationX(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationXBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationY(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationYBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationZ(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatortranslationZBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorwithEndAction(java.lang.Runnable runnable)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorwithLayer()

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorwithStartAction(java.lang.Runnable runnable)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorx(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorxBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatory(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatoryBy(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorz(float value)

 throw new RuntimeException("Stub!"); 
public android.view.ViewPropertyAnimatorzBy(float value)

 throw new RuntimeException("Stub!");