Java android.support.v4.view ViewPropertyAnimatorCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view ViewPropertyAnimatorCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view ViewPropertyAnimatorCompat.

The text is from its open source code.

Method

ViewPropertyAnimatorCompatalpha(float f)
voidcancel()
longgetDuration()
ViewPropertyAnimatorCompatrotationBy(float f)
ViewPropertyAnimatorCompatrotationX(float f)
ViewPropertyAnimatorCompatrotationXBy(float f)
ViewPropertyAnimatorCompatrotationY(float f)
ViewPropertyAnimatorCompatrotationYBy(float f)
ViewPropertyAnimatorCompatscaleX(float f)
ViewPropertyAnimatorCompatscaleY(float f)
ViewPropertyAnimatorCompatsetDuration(long j)
ViewPropertyAnimatorCompatsetInterpolator(Interpolator interpolator)
ViewPropertyAnimatorCompatsetListener(ViewPropertyAnimatorListener viewPropertyAnimatorListener)
ViewPropertyAnimatorCompatsetStartDelay(long j)
ViewPropertyAnimatorCompatsetUpdateListener( ViewPropertyAnimatorUpdateListener viewPropertyAnimatorUpdateListener)
voidstart()
ViewPropertyAnimatorCompattranslationX(float f)
ViewPropertyAnimatorCompattranslationY(float f)
ViewPropertyAnimatorCompattranslationYBy(float f)
ViewPropertyAnimatorCompatwithEndAction(Runnable runnable)
ViewPropertyAnimatorCompatwithStartAction(Runnable runnable)