Class AnimatedVectorDrawable
public class AnimatedVectorDrawable : Drawable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
AnimatedVectorDrawable
- Implements
- Inherited Members
- Extension Methods
Constructors
AnimatedVectorDrawable()
public AnimatedVectorDrawable()
AnimatedVectorDrawable(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 AnimatedVectorDrawable(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
ClearAnimationCallbacks()
public void ClearAnimationCallbacks()
CreatePoolableInstance()
HPA initializer for AnimatedVectorDrawable()
public static AnimatedVectorDrawable CreatePoolableInstance()
Returns
IsRunning()
public bool IsRunning()
Returns
RegisterAnimationCallback(AnimationCallback)
public void RegisterAnimationCallback(Animatable2.AnimationCallback arg0)
Parameters
Reset()
public void Reset()
Start()
public void Start()
Stop()
https://developer.android.com/reference/android/graphics/drawable/AnimatedVectorDrawable.html#stop()
public void Stop()
UnregisterAnimationCallback(AnimationCallback)
public bool UnregisterAnimationCallback(Animatable2.AnimationCallback arg0)
Parameters
Returns
Operators
implicit operator Animatable2(AnimatedVectorDrawable)
Converter from AnimatedVectorDrawable to Animatable2
public static implicit operator Animatable2(AnimatedVectorDrawable t)