Class GridLayoutAnimationController
public class GridLayoutAnimationController : LayoutAnimationController, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
GridLayoutAnimationController
- Implements
- Inherited Members
- Extension Methods
Constructors
GridLayoutAnimationController(Context, AttributeSet)
public GridLayoutAnimationController(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
GridLayoutAnimationController(Animation)
public GridLayoutAnimationController(Animation arg0)
Parameters
GridLayoutAnimationController(Animation, float, float)
public GridLayoutAnimationController(Animation arg0, float arg1, float arg2)
Parameters
GridLayoutAnimationController(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 GridLayoutAnimationController(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DIRECTION_BOTTOM_TO_TOP
public static int DIRECTION_BOTTOM_TO_TOP { get; set; }
Property Value
DIRECTION_HORIZONTAL_MASK
public static int DIRECTION_HORIZONTAL_MASK { get; set; }
Property Value
DIRECTION_LEFT_TO_RIGHT
public static int DIRECTION_LEFT_TO_RIGHT { get; set; }
Property Value
DIRECTION_RIGHT_TO_LEFT
public static int DIRECTION_RIGHT_TO_LEFT { get; set; }
Property Value
DIRECTION_TOP_TO_BOTTOM
public static int DIRECTION_TOP_TO_BOTTOM { get; set; }
Property Value
DIRECTION_VERTICAL_MASK
public static int DIRECTION_VERTICAL_MASK { get; set; }
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
PRIORITY_COLUMN
public static int PRIORITY_COLUMN { get; set; }
Property Value
PRIORITY_NONE
public static int PRIORITY_NONE { get; set; }
Property Value
PRIORITY_ROW
public static int PRIORITY_ROW { get; set; }
Property Value
Methods
CreatePoolableInstance(Context, AttributeSet)
HPA initializer for GridLayoutAnimationController(Android.Content.Context arg0, Android.Util.AttributeSet arg1)
public static GridLayoutAnimationController CreatePoolableInstance(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Returns
CreatePoolableInstance(Animation)
HPA initializer for GridLayoutAnimationController(Android.View.Animation.Animation arg0)
public static GridLayoutAnimationController CreatePoolableInstance(Animation arg0)
Parameters
arg0Animation
Returns
CreatePoolableInstance(Animation, float, float)
HPA initializer for GridLayoutAnimationController(Android.View.Animation.Animation arg0, float arg1, float arg2)
public static GridLayoutAnimationController CreatePoolableInstance(Animation arg0, float arg1, float arg2)
Parameters
Returns
GetColumnDelay()
public float GetColumnDelay()
Returns
GetDirection()
public int GetDirection()
Returns
GetDirectionPriority()
public int GetDirectionPriority()
Returns
GetRowDelay()
public float GetRowDelay()
Returns
SetColumnDelay(float)
public void SetColumnDelay(float arg0)
Parameters
SetDirection(int)
public void SetDirection(int arg0)
Parameters
SetDirectionPriority(int)
public void SetDirectionPriority(int arg0)
Parameters
SetRowDelay(float)
public void SetRowDelay(float arg0)