Class BoxAnimation
Box Animation class
Inheritance
System.Object
BoxAnimation
Implements
Android.Animation.Animator.IAnimatorListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Namespace: Com.Syncfusion.Sfbusyindicator
Assembly: Syncfusion.SfBusyIndicator.Android.dll
Syntax
public class BoxAnimation : FrameLayout, Animator.IAnimatorListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
BoxAnimation(Context, IAttributeSet)
Initializes a new instance of the BoxAnimation class.
Declaration
public BoxAnimation(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
BoxAnimation(Context, IAttributeSet, Int32)
Initializes a new instance of the BoxAnimation class.
Declaration
public BoxAnimation(Context context, IAttributeSet attrs, int defStyle)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
System.Int32 | defStyle | Integer type |
BoxAnimation(Context, SfBusyIndicator, Boolean)
Initializes a new instance of the BoxAnimation class.
Declaration
public BoxAnimation(Context context, SfBusyIndicator busy, bool isbusy)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
SfBusyIndicator | busy | Busy indicator type |
System.Boolean | isbusy | Boolean type |
Methods
Initialize(Context)
Initialize Method.
Declaration
public void Initialize(Context con)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | con | Context type |
OnAnimationCancel(Animator)
On animation cancel method.
Declaration
public void OnAnimationCancel(Animator animator)
Parameters
Type | Name | Description |
---|---|---|
Android.Animation.Animator | animator | Animator type |
OnAnimationEnd(Animator)
On Animation End method.
Declaration
public void OnAnimationEnd(Animator animator)
Parameters
Type | Name | Description |
---|---|---|
Android.Animation.Animator | animator | Animator type |
OnAnimationRepeat(Animator)
On animation repeat method.
Declaration
public void OnAnimationRepeat(Animator animator)
Parameters
Type | Name | Description |
---|---|---|
Android.Animation.Animator | animator | Animator type |
OnAnimationStart(Animator)
On Animation Start method.
Declaration
public void OnAnimationStart(Animator animator)
Parameters
Type | Name | Description |
---|---|---|
Android.Animation.Animator | animator | Animator type |
OnSizeChanged(Int32, Int32, Int32, Int32)
On size changed method
Declaration
protected override void OnSizeChanged(int w, int h, int oldw, int oldh)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | w | Width value |
System.Int32 | h | Height value |
System.Int32 | oldw | Old Width value |
System.Int32 | oldh | Old Height value |
Implements
Android.Animation.Animator.IAnimatorListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable