Table of Contents

Class LayoutAnimationController

Namespace
Android.View.Animation
Assembly
MASES.Netdroid.dll
public class LayoutAnimationController : JVMBridgeBase<LayoutAnimationController>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
LayoutAnimationController
Implements
Derived
Extension Methods

Constructors

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(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 LayoutAnimationController(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

ORDER_NORMAL

public static int ORDER_NORMAL { get; set; }

Property Value

int

ORDER_RANDOM

public static int ORDER_RANDOM { get; set; }

Property Value

int

ORDER_REVERSE

public static int ORDER_REVERSE { get; set; }

Property Value

int

Methods

CreatePoolableInstance(Context, AttributeSet)

HPA initializer for LayoutAnimationController(Android.Content.Context arg0, Android.Util.AttributeSet arg1)

public static LayoutAnimationController CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

LayoutAnimationController

CreatePoolableInstance(Animation)

HPA initializer for LayoutAnimationController(Android.View.Animation.Animation arg0)

public static LayoutAnimationController CreatePoolableInstance(Animation arg0)

Parameters

arg0 Animation

Returns

LayoutAnimationController

CreatePoolableInstance(Animation, float)

HPA initializer for LayoutAnimationController(Android.View.Animation.Animation arg0, float arg1)

public static LayoutAnimationController CreatePoolableInstance(Animation arg0, float arg1)

Parameters

arg0 Animation
arg1 float

Returns

LayoutAnimationController

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