Class Animation
public class Animation : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
- Inheritance
-
Animation
- Implements
- Derived
- Extension Methods
Constructors
Animation()
public Animation()
Animation(Context, AttributeSet)
public Animation(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Animation(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 Animation(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ABSOLUTE
public static int ABSOLUTE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
INFINITE
public static int INFINITE { 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
RELATIVE_TO_PARENT
public static int RELATIVE_TO_PARENT { get; set; }
Property Value
RELATIVE_TO_SELF
public static int RELATIVE_TO_SELF { get; set; }
Property Value
RESTART
public static int RESTART { get; set; }
Property Value
REVERSE
public static int REVERSE { get; set; }
Property Value
START_ON_FIRST_FRAME
public static int START_ON_FIRST_FRAME { get; set; }
Property Value
ZORDER_BOTTOM
public static int ZORDER_BOTTOM { get; set; }
Property Value
ZORDER_NORMAL
public static int ZORDER_NORMAL { get; set; }
Property Value
ZORDER_TOP
public static int ZORDER_TOP { get; set; }
Property Value
Methods
Cancel()
public void Cancel()
ComputeDurationHint()
public long ComputeDurationHint()
Returns
CreatePoolableInstance()
HPA initializer for Animation()
public static Animation CreatePoolableInstance()
Returns
CreatePoolableInstance(Context, AttributeSet)
HPA initializer for Animation(Android.Content.Context arg0, Android.Util.AttributeSet arg1)
public static Animation CreatePoolableInstance(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Returns
GetBackdropColor()
public int GetBackdropColor()
Returns
GetBackgroundColor()
[Obsolete("Deprecated in JVM")]
public int GetBackgroundColor()
Returns
GetDetachWallpaper()
[Obsolete("Deprecated in JVM")]
public bool GetDetachWallpaper()
Returns
GetDuration()
public long GetDuration()
Returns
GetFillAfter()
public bool GetFillAfter()
Returns
GetFillBefore()
public bool GetFillBefore()
Returns
GetInterpolator()
public Interpolator GetInterpolator()
Returns
GetRepeatCount()
public int GetRepeatCount()
Returns
GetRepeatMode()
public int GetRepeatMode()
Returns
GetShowBackdrop()
public bool GetShowBackdrop()
Returns
GetStartOffset()
public long GetStartOffset()
Returns
GetStartTime()
public long GetStartTime()
Returns
GetTransformation(long, Transformation)
public bool GetTransformation(long arg0, Transformation arg1)
Parameters
arg0longarg1Transformation
Returns
GetTransformation(long, Transformation, float)
public bool GetTransformation(long arg0, Transformation arg1, float arg2)
Parameters
arg0longarg1Transformationarg2float
Returns
GetZAdjustment()
public int GetZAdjustment()
Returns
HasEnded()
public bool HasEnded()
Returns
HasStarted()
public bool HasStarted()
Returns
Initialize(int, int, int, int)
public void Initialize(int arg0, int arg1, int arg2, int arg3)
Parameters
IsFillEnabled()
public bool IsFillEnabled()
Returns
IsInitialized()
public bool IsInitialized()
Returns
Reset()
public void Reset()
RestrictDuration(long)
https://developer.android.com/reference/android/view/animation/Animation.html#restrictDuration(long)
public void RestrictDuration(long arg0)
Parameters
ScaleCurrentDuration(float)
public void ScaleCurrentDuration(float arg0)
Parameters
SetAnimationListener(AnimationListener)
public void SetAnimationListener(Animation.AnimationListener arg0)
Parameters
SetBackdropColor(int)
public void SetBackdropColor(int arg0)
Parameters
SetBackgroundColor(int)
[Obsolete("Deprecated in JVM")]
public void SetBackgroundColor(int arg0)
Parameters
SetDetachWallpaper(bool)
[Obsolete("Deprecated in JVM")]
public void SetDetachWallpaper(bool arg0)
Parameters
SetDuration(long)
public void SetDuration(long arg0)
Parameters
SetFillAfter(bool)
public void SetFillAfter(bool arg0)
Parameters
SetFillBefore(bool)
https://developer.android.com/reference/android/view/animation/Animation.html#setFillBefore(boolean)
public void SetFillBefore(bool arg0)
Parameters
SetFillEnabled(bool)
public void SetFillEnabled(bool arg0)
Parameters
SetInterpolator(Context, int)
public void SetInterpolator(Context arg0, int arg1)
Parameters
SetInterpolator(Interpolator)
public void SetInterpolator(Interpolator arg0)
Parameters
arg0Interpolator
SetRepeatCount(int)
public void SetRepeatCount(int arg0)
Parameters
SetRepeatMode(int)
public void SetRepeatMode(int arg0)
Parameters
SetShowBackdrop(bool)
public void SetShowBackdrop(bool arg0)
Parameters
SetStartOffset(long)
public void SetStartOffset(long arg0)
Parameters
SetStartTime(long)
public void SetStartTime(long arg0)
Parameters
SetZAdjustment(int)
public void SetZAdjustment(int arg0)
Parameters
Start()
public void Start()
StartNow()
public void StartNow()
WillChangeBounds()
public bool WillChangeBounds()
Returns
WillChangeTransformationMatrix()
public bool WillChangeTransformationMatrix()