Table of Contents

Class AnimationDrawable

Namespace
Android.Graphics.Drawable
Assembly
MASES.Netdroid.dll
public class AnimationDrawable : DrawableContainer, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRunnable, IAnimatable
Inheritance
JVMBridgeBase
JVMBridgeBase<Drawable>
AnimationDrawable
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Drawable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Drawable>.IsAssignableFrom<T>()
JVMBridgeBase<Drawable>.Execute<T>(params T[])
JVMBridgeBase<Drawable>.DynBridgeClazz
JVMBridgeBase<Drawable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

AnimationDrawable()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AnimationDrawable()

AnimationDrawable(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public AnimationDrawable(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddFrame(Drawable, int)

public void AddFrame(Drawable arg0, int arg1)

Parameters

arg0 Drawable

Drawable

arg1 int

int

GetDuration(int)

public int GetDuration(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetFrame(int)

public Drawable GetFrame(int arg0)

Parameters

arg0 int

int

Returns

Drawable

Drawable

GetNumberOfFrames()

public int GetNumberOfFrames()

Returns

int

int

IsOneShot()

public bool IsOneShot()

Returns

bool

bool

IsRunning()

public bool IsRunning()

Returns

bool

bool

Run()

public void Run()

SetOneShot(bool)

public void SetOneShot(bool arg0)

Parameters

arg0 bool

bool

Start()

public void Start()

Stop()

public void Stop()

Operators

implicit operator Animatable(AnimationDrawable)

Converter from AnimationDrawable to Animatable

public static implicit operator Animatable(AnimationDrawable t)

Parameters

t AnimationDrawable

Returns

Animatable

implicit operator Runnable(AnimationDrawable)

Converter from AnimationDrawable to Runnable

public static implicit operator Runnable(AnimationDrawable t)

Parameters

t AnimationDrawable

Returns

Runnable