android.view
Class ViewPropertyAnimator
java.lang.Object
android.view.ViewPropertyAnimator
public class ViewPropertyAnimator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setDuration
public ViewPropertyAnimator setDuration(long duration)
getDuration
public long getDuration()
getStartDelay
public long getStartDelay()
setStartDelay
public ViewPropertyAnimator setStartDelay(long startDelay)
setInterpolator
public ViewPropertyAnimator setInterpolator(TimeInterpolator interpolator)
setListener
public ViewPropertyAnimator setListener(Animator.AnimatorListener listener)
start
public void start()
cancel
public void cancel()
x
public ViewPropertyAnimator x(float value)
xBy
public ViewPropertyAnimator xBy(float value)
y
public ViewPropertyAnimator y(float value)
yBy
public ViewPropertyAnimator yBy(float value)
rotation
public ViewPropertyAnimator rotation(float value)
rotationBy
public ViewPropertyAnimator rotationBy(float value)
rotationX
public ViewPropertyAnimator rotationX(float value)
rotationXBy
public ViewPropertyAnimator rotationXBy(float value)
rotationY
public ViewPropertyAnimator rotationY(float value)
rotationYBy
public ViewPropertyAnimator rotationYBy(float value)
translationX
public ViewPropertyAnimator translationX(float value)
translationXBy
public ViewPropertyAnimator translationXBy(float value)
translationY
public ViewPropertyAnimator translationY(float value)
translationYBy
public ViewPropertyAnimator translationYBy(float value)
scaleX
public ViewPropertyAnimator scaleX(float value)
scaleXBy
public ViewPropertyAnimator scaleXBy(float value)
scaleY
public ViewPropertyAnimator scaleY(float value)
scaleYBy
public ViewPropertyAnimator scaleYBy(float value)
alpha
public ViewPropertyAnimator alpha(float value)
alphaBy
public ViewPropertyAnimator alphaBy(float value)
Copyright © 2008-2012. All Rights Reserved.