Class ViewPropertyAnimator
public class ViewPropertyAnimator : JVMBridgeBase<ViewPropertyAnimator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ViewPropertyAnimator
- Implements
- Extension Methods
Constructors
ViewPropertyAnimator(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ViewPropertyAnimator(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Alpha(float)
public ViewPropertyAnimator Alpha(float arg0)
Parameters
Returns
AlphaBy(float)
public ViewPropertyAnimator AlphaBy(float arg0)
Parameters
Returns
Cancel()
public void Cancel()
GetDuration()
public long GetDuration()
Returns
GetInterpolator()
public TimeInterpolator GetInterpolator()
Returns
GetStartDelay()
public long GetStartDelay()
Returns
Rotation(float)
public ViewPropertyAnimator Rotation(float arg0)
Parameters
Returns
RotationBy(float)
public ViewPropertyAnimator RotationBy(float arg0)
Parameters
Returns
RotationX(float)
public ViewPropertyAnimator RotationX(float arg0)
Parameters
Returns
RotationXBy(float)
public ViewPropertyAnimator RotationXBy(float arg0)
Parameters
Returns
RotationY(float)
public ViewPropertyAnimator RotationY(float arg0)
Parameters
Returns
RotationYBy(float)
public ViewPropertyAnimator RotationYBy(float arg0)
Parameters
Returns
ScaleX(float)
public ViewPropertyAnimator ScaleX(float arg0)
Parameters
Returns
ScaleXBy(float)
public ViewPropertyAnimator ScaleXBy(float arg0)
Parameters
Returns
ScaleY(float)
public ViewPropertyAnimator ScaleY(float arg0)
Parameters
Returns
ScaleYBy(float)
public ViewPropertyAnimator ScaleYBy(float arg0)
Parameters
Returns
SetDuration(long)
public ViewPropertyAnimator SetDuration(long arg0)
Parameters
Returns
SetInterpolator(TimeInterpolator)
public ViewPropertyAnimator SetInterpolator(TimeInterpolator arg0)
Parameters
Returns
SetListener(AnimatorListener)
public ViewPropertyAnimator SetListener(Animator.AnimatorListener arg0)
Parameters
Returns
SetStartDelay(long)
public ViewPropertyAnimator SetStartDelay(long arg0)
Parameters
Returns
SetUpdateListener(AnimatorUpdateListener)
public ViewPropertyAnimator SetUpdateListener(ValueAnimator.AnimatorUpdateListener arg0)
Parameters
Returns
Start()
public void Start()
TranslationX(float)
public ViewPropertyAnimator TranslationX(float arg0)
Parameters
Returns
TranslationXBy(float)
https://developer.android.com/reference/android/view/ViewPropertyAnimator.html#translationXBy(float)
public ViewPropertyAnimator TranslationXBy(float arg0)
Parameters
Returns
TranslationY(float)
public ViewPropertyAnimator TranslationY(float arg0)
Parameters
Returns
TranslationYBy(float)
https://developer.android.com/reference/android/view/ViewPropertyAnimator.html#translationYBy(float)
public ViewPropertyAnimator TranslationYBy(float arg0)
Parameters
Returns
TranslationZ(float)
public ViewPropertyAnimator TranslationZ(float arg0)
Parameters
Returns
TranslationZBy(float)
https://developer.android.com/reference/android/view/ViewPropertyAnimator.html#translationZBy(float)
public ViewPropertyAnimator TranslationZBy(float arg0)
Parameters
Returns
WithEndAction(Runnable)
public ViewPropertyAnimator WithEndAction(Runnable arg0)
Parameters
Returns
WithLayer()
public ViewPropertyAnimator WithLayer()
Returns
WithStartAction(Runnable)
public ViewPropertyAnimator WithStartAction(Runnable arg0)
Parameters
Returns
XBy(float)
public ViewPropertyAnimator XBy(float arg0)
Parameters
Returns
YBy(float)
public ViewPropertyAnimator YBy(float arg0)
Parameters
Returns
ZBy(float)
public ViewPropertyAnimator ZBy(float arg0)
Parameters
Returns
x(float)
public ViewPropertyAnimator x(float arg0)
Parameters
Returns
y(float)
public ViewPropertyAnimator y(float arg0)
Parameters
Returns
z(float)
public ViewPropertyAnimator z(float arg0)