Class LayoutAnimationController
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
arg0Contextarg1AttributeSet
LayoutAnimationController(Animation)
public LayoutAnimationController(Animation arg0)
Parameters
LayoutAnimationController(Animation, float)
public LayoutAnimationController(Animation arg0, float arg1)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
ORDER_NORMAL
public static int ORDER_NORMAL { get; set; }
Property Value
ORDER_RANDOM
public static int ORDER_RANDOM { get; set; }
Property Value
ORDER_REVERSE
public static int ORDER_REVERSE { get; set; }
Property Value
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
arg0Contextarg1AttributeSet
Returns
CreatePoolableInstance(Animation)
HPA initializer for LayoutAnimationController(Android.View.Animation.Animation arg0)
public static LayoutAnimationController CreatePoolableInstance(Animation arg0)
Parameters
arg0Animation
Returns
CreatePoolableInstance(Animation, float)
HPA initializer for LayoutAnimationController(Android.View.Animation.Animation arg0, float arg1)
public static LayoutAnimationController CreatePoolableInstance(Animation arg0, float arg1)
Parameters
Returns
GetAnimation()
public Animation GetAnimation()
Returns
GetAnimationForView(View)
public Animation GetAnimationForView(View arg0)
Parameters
Returns
GetDelay()
public float GetDelay()
Returns
GetInterpolator()
public Interpolator GetInterpolator()
Returns
GetOrder()
public int GetOrder()
Returns
IsDone()
public bool IsDone()
Returns
SetAnimation(Context, int)
public void SetAnimation(Context arg0, int arg1)
Parameters
SetAnimation(Animation)
public void SetAnimation(Animation arg0)
Parameters
SetDelay(float)
public void SetDelay(float arg0)
Parameters
SetInterpolator(Context, int)
public void SetInterpolator(Context arg0, int arg1)
Parameters
SetInterpolator(Interpolator)
public void SetInterpolator(Interpolator arg0)
Parameters
arg0Interpolator
SetOrder(int)
public void SetOrder(int arg0)
Parameters
Start()
public void Start()
WillOverlap()
public bool WillOverlap()