Table of Contents

Class Animator

Namespace
Android.Animation
Assembly
MASES.Netdroid.dll
public class Animator : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
Animator
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.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

Animator()

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

[Obsolete("Animator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Animator()

Animator(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

[Obsolete("Animator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Animator(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DURATION_INFINITE

public static long DURATION_INFINITE { get; }

Property Value

long

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

AddListener(AnimatorListener)

public void AddListener(Animator.AnimatorListener arg0)

Parameters

arg0 Animator.AnimatorListener

Animator.AnimatorListener

AddPauseListener(AnimatorPauseListener)

public void AddPauseListener(Animator.AnimatorPauseListener arg0)

Parameters

arg0 Animator.AnimatorPauseListener

Animator.AnimatorPauseListener

Cancel()

public void Cancel()

Clone()

public Animator Clone()

Returns

Animator

Animator

End()

public void End()

GetDuration()

public long GetDuration()

Returns

long

long

GetInterpolator()

public TimeInterpolator GetInterpolator()

Returns

TimeInterpolator

TimeInterpolator

GetListeners()

public ArrayList<Animator.AnimatorListener> GetListeners()

Returns

ArrayList<Animator.AnimatorListener>

ArrayList

GetStartDelay()

public long GetStartDelay()

Returns

long

long

GetTotalDuration()

public long GetTotalDuration()

Returns

long

long

IsPaused()

public bool IsPaused()

Returns

bool

bool

IsRunning()

public bool IsRunning()

Returns

bool

bool

IsStarted()

public bool IsStarted()

Returns

bool

bool

Pause()

public void Pause()

RemoveAllListeners()

public void RemoveAllListeners()

RemoveListener(AnimatorListener)

public void RemoveListener(Animator.AnimatorListener arg0)

Parameters

arg0 Animator.AnimatorListener

Animator.AnimatorListener

RemovePauseListener(AnimatorPauseListener)

public void RemovePauseListener(Animator.AnimatorPauseListener arg0)

Parameters

arg0 Animator.AnimatorPauseListener

Animator.AnimatorPauseListener

Resume()

public void Resume()

SetDuration(long)

public Animator SetDuration(long arg0)

Parameters

arg0 long

long

Returns

Animator

Animator

SetInterpolator(TimeInterpolator)

public void SetInterpolator(TimeInterpolator arg0)

Parameters

arg0 TimeInterpolator

TimeInterpolator

SetStartDelay(long)

public void SetStartDelay(long arg0)

Parameters

arg0 long

long

SetTarget(object)

public void SetTarget(object arg0)

Parameters

arg0 object

object

SetupEndValues()

public void SetupEndValues()

SetupStartValues()

public void SetupStartValues()

Start()

public void Start()