belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ViewPropertyAnimatorCompat
public
final
class
ViewPropertyAnimatorCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.view.ViewPropertyAnimatorCompat |
Summary
Public methods | |
---|---|
ViewPropertyAnimatorCompat
|
alpha(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
alphaBy(float value)
This method will cause the View's |
void
|
cancel()
Cancels all property animations that are currently running or pending. |
long
|
getDuration()
Returns the current duration of property animations. |
Interpolator
|
getInterpolator()
Returns the timing interpolator that this animation uses. |
long
|
getStartDelay()
Returns the current startDelay of property animations. |
ViewPropertyAnimatorCompat
|
rotation(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
rotationBy(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
rotationX(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
rotationXBy(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
rotationY(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
rotationYBy(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
scaleX(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
scaleXBy(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
scaleY(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
scaleYBy(float value)
This method will cause the View's |
ViewPropertyAnimatorCompat
|
setDuration(long value)
Sets the duration for the underlying animator that animates the requested properties. |
ViewPropertyAnimatorCompat
|
setInterpolator(Interpolator value)
Sets the interpolator for the underlying animator that animates the requested properties. |
ViewPropertyAnimatorCompat
|
setListener(ViewPropertyAnimatorListener listener)
Sets a listener for events in the underlying Animators that run the property animations. |
ViewPropertyAnimatorCompat
|
setStartDelay(long value)
Sets the startDelay for the underlying animator that animates the requested properties. |
ViewPropertyAnimatorCompat
|
|