The members of Android.Views.ViewPropertyAnimator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Duration | long. Returns the current duration of property animations. |
[read-only] | Interpolator | Android.Animation.ITimeInterpolator. Returns the timing interpolator that this animation uses. |
[read-only] | StartDelay | long. Returns the current startDelay of property animations. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Alpha(float)This method will cause the View's alpha property to be animated to the specified value. | ||
AlphaBy(float)This method will cause the View's alpha property to be animated by the specified value. | ||
Cancel()Cancels all property animations that are currently running or pending. | ||
Rotation(float)This method will cause the View's rotation property to be animated to the specified value. | ||
RotationBy(float)This method will cause the View's rotation property to be animated by the specified value. | ||
RotationX(float)This method will cause the View's rotationX property to be animated to the specified value. | ||
RotationXBy(float)This method will cause the View's rotationX property to be animated by the specified value. | ||
RotationY(float)This method will cause the View's rotationY property to be animated to the specified value. | ||
RotationYBy(float)This method will cause the View's rotationY property to be animated by the specified value. | ||
ScaleX(float)This method will cause the View's scaleX property to be animated to the specified value. | ||
ScaleXBy(float)This method will cause the View's scaleX property to be animated by the specified value. | ||
ScaleY(float)This method will cause the View's scaleY property to be animated to the specified value. | ||
ScaleYBy(float)This method will cause the View's scaleY property to be animated by the specified value. | ||
SetDuration(long)Sets the duration for the underlying animator that animates the requested properties. | ||
SetInterpolator(Android.Animation.ITimeInterpolator)Sets the interpolator for the underlying animator that animates the requested properties. | ||
SetListener(Android.Animation.Animator.IAnimatorListener)Sets a listener for events in the underlying Animators that run the property animations. | ||
SetStartDelay(long)Sets the startDelay for the underlying animator that animates the requested properties. | ||
SetUpdateListener(Android.Animation.ValueAnimator.IAnimatorUpdateListener)Sets a listener for update events in the underlying ValueAnimator that runs the property animations. | ||
Start()Starts the currently pending property animations immediately. | ||
TranslationX(float)This method will cause the View's translationX property to be animated to the specified value. | ||
TranslationXBy(float)This method will cause the View's translationX property to be animated by the specified value. | ||
TranslationY(float)This method will cause the View's translationY property to be animated to the specified value. | ||
TranslationYBy(float)This method will cause the View's translationY property to be animated by the specified value. | ||
TranslationZ(float)This method will cause the View's translationZ property to be animated to the specified value. | ||
TranslationZBy(float)This method will cause the View's translationZ property to be animated by the specified value. | ||
WithEndAction(Java.Lang.IRunnable)Specifies an action to take place when the next animation ends. | ||
WithLayer()The View associated with this ViewPropertyAnimator will have its View.SetLayerType(LayerType, Android.Graphics.Paint) set to View.LAYER_TYPE_HARDWARE for the duration of the next animation. | ||
WithStartAction(Java.Lang.IRunnable)Specifies an action to take place when the next animation runs. | ||
X(float)This method will cause the View's x property to be animated to the specified value. | ||
XBy(float)This method will cause the View's x property to be animated by the specified value. | ||
Y(float)This method will cause the View's y property to be animated to the specified value. | ||
YBy(float)This method will cause the View's y property to be animated by the specified value. | ||
Z(float)This method will cause the View's z property to be animated to the specified value. | ||
ZBy(float)This method will cause the View's z property to be animated by the specified value. |