Table of Contents

Class LayoutAnimationController

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

LayoutAnimationController()

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

public LayoutAnimationController()

LayoutAnimationController(Context, AttributeSet)

public LayoutAnimationController(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

LayoutAnimationController(Animation)

public LayoutAnimationController(Animation arg0)

Parameters

arg0 Animation

Animation

LayoutAnimationController(Animation, float)

public LayoutAnimationController(Animation arg0, float arg1)

Parameters

arg0 Animation

Animation

arg1 float

float

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

ORDER_NORMAL

public static int ORDER_NORMAL { get; }

Property Value

int

ORDER_RANDOM

public static int ORDER_RANDOM { get; }

Property Value

int

ORDER_REVERSE

public static int ORDER_REVERSE { get; }

Property Value

int

Methods

GetAnimation()

public Animation GetAnimation()

Returns

Animation

Animation

GetAnimationForView(View)

public Animation GetAnimationForView(View arg0)

Parameters

arg0 View

View

Returns

Animation

Animation

GetDelay()

public float GetDelay()

Returns

float

float

GetInterpolator()

public Interpolator GetInterpolator()

Returns

Interpolator

Interpolator

GetOrder()

public int GetOrder()

Returns

int

int

IsDone()

public bool IsDone()

Returns

bool

bool

SetAnimation(Context, int)

public void SetAnimation(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetAnimation(Animation)

public void SetAnimation(Animation arg0)

Parameters

arg0 Animation

Animation

SetDelay(float)

public void SetDelay(float arg0)

Parameters

arg0 float

float

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

SetOrder(int)

public void SetOrder(int arg0)

Parameters

arg0 int

int

Start()

public void Start()

WillOverlap()

public bool WillOverlap()

Returns

bool

bool