Table of Contents

Class Animation

Namespace
Android.View.Animation
Assembly
MASES.Netdroid.dll
public class Animation : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
Animation
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

Animation()

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

[Obsolete("Animation 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 Animation()

Animation(Context, AttributeSet)

public Animation(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

Animation(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("Animation 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 Animation(params object[] args)

Parameters

args object[]

Properties

ABSOLUTE

public static int ABSOLUTE { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

INFINITE

public static int INFINITE { get; }

Property Value

int

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

RELATIVE_TO_PARENT

public static int RELATIVE_TO_PARENT { get; }

Property Value

int

RELATIVE_TO_SELF

public static int RELATIVE_TO_SELF { get; }

Property Value

int

RESTART

public static int RESTART { get; }

Property Value

int

REVERSE

public static int REVERSE { get; }

Property Value

int

START_ON_FIRST_FRAME

public static int START_ON_FIRST_FRAME { get; }

Property Value

int

ZORDER_BOTTOM

public static int ZORDER_BOTTOM { get; }

Property Value

int

ZORDER_NORMAL

public static int ZORDER_NORMAL { get; }

Property Value

int

ZORDER_TOP

public static int ZORDER_TOP { get; }

Property Value

int

Methods

Cancel()

public void Cancel()

ComputeDurationHint()

public long ComputeDurationHint()

Returns

long

long

GetBackdropColor()

public int GetBackdropColor()

Returns

int

int

GetBackgroundColor()

[Obsolete]
public int GetBackgroundColor()

Returns

int

int

GetDetachWallpaper()

[Obsolete]
public bool GetDetachWallpaper()

Returns

bool

bool

GetDuration()

public long GetDuration()

Returns

long

long

GetFillAfter()

public bool GetFillAfter()

Returns

bool

bool

GetFillBefore()

public bool GetFillBefore()

Returns

bool

bool

GetInterpolator()

public Interpolator GetInterpolator()

Returns

Interpolator

Interpolator

GetRepeatCount()

public int GetRepeatCount()

Returns

int

int

GetRepeatMode()

public int GetRepeatMode()

Returns

int

int

GetShowBackdrop()

public bool GetShowBackdrop()

Returns

bool

bool

GetStartOffset()

public long GetStartOffset()

Returns

long

long

GetStartTime()

public long GetStartTime()

Returns

long

long

GetTransformation(long, Transformation)

public bool GetTransformation(long arg0, Transformation arg1)

Parameters

arg0 long

long

arg1 Transformation

Transformation

Returns

bool

bool

GetTransformation(long, Transformation, float)

public bool GetTransformation(long arg0, Transformation arg1, float arg2)

Parameters

arg0 long

long

arg1 Transformation

Transformation

arg2 float

float

Returns

bool

bool

GetZAdjustment()

public int GetZAdjustment()

Returns

int

int

HasEnded()

public bool HasEnded()

Returns

bool

bool

HasStarted()

public bool HasStarted()

Returns

bool

bool

Initialize(int, int, int, int)

public void Initialize(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

IsFillEnabled()

public bool IsFillEnabled()

Returns

bool

bool

IsInitialized()

public bool IsInitialized()

Returns

bool

bool

Reset()

public void Reset()

RestrictDuration(long)

public void RestrictDuration(long arg0)

Parameters

arg0 long

long

ScaleCurrentDuration(float)

public void ScaleCurrentDuration(float arg0)

Parameters

arg0 float

float

SetAnimationListener(AnimationListener)

public void SetAnimationListener(Animation.AnimationListener arg0)

Parameters

arg0 Animation.AnimationListener

Animation.AnimationListener

SetBackdropColor(int)

public void SetBackdropColor(int arg0)

Parameters

arg0 int

int

SetBackgroundColor(int)

[Obsolete]
public void SetBackgroundColor(int arg0)

Parameters

arg0 int

int

SetDetachWallpaper(bool)

[Obsolete]
public void SetDetachWallpaper(bool arg0)

Parameters

arg0 bool

bool

SetDuration(long)

public void SetDuration(long arg0)

Parameters

arg0 long

long

SetFillAfter(bool)

public void SetFillAfter(bool arg0)

Parameters

arg0 bool

bool

SetFillBefore(bool)

public void SetFillBefore(bool arg0)

Parameters

arg0 bool

bool

SetFillEnabled(bool)

public void SetFillEnabled(bool arg0)

Parameters

arg0 bool

bool

SetInterpolator(Context, int)

public void SetInterpolator(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetInterpolator(Interpolator)

public void SetInterpolator(Interpolator arg0)

Parameters

arg0 Interpolator

Interpolator

SetRepeatCount(int)

public void SetRepeatCount(int arg0)

Parameters

arg0 int

int

SetRepeatMode(int)

public void SetRepeatMode(int arg0)

Parameters

arg0 int

int

SetShowBackdrop(bool)

public void SetShowBackdrop(bool arg0)

Parameters

arg0 bool

bool

SetStartOffset(long)

public void SetStartOffset(long arg0)

Parameters

arg0 long

long

SetStartTime(long)

public void SetStartTime(long arg0)

Parameters

arg0 long

long

SetZAdjustment(int)

public void SetZAdjustment(int arg0)

Parameters

arg0 int

int

Start()

public void Start()

StartNow()

public void StartNow()

WillChangeBounds()

public bool WillChangeBounds()

Returns

bool

bool

WillChangeTransformationMatrix()

public bool WillChangeTransformationMatrix()

Returns

bool

bool