Class Animation
public class Animation : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Cloneable>Animation
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()JVMBridgeBase<Cloneable>.Execute<T>(params T[])JVMBridgeBase<Cloneable>.DynBridgeClazzJVMBridgeBase<Cloneable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Animation()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Animation class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Animation()
Animation(Context, AttributeSet)
public Animation(Context arg0, AttributeSet arg1)
Parameters
arg0
Contextarg1
AttributeSet
Animation(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("Animation class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Animation(params object[] args)
Parameters
args
object[]
Properties
ABSOLUTE
public static int ABSOLUTE { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
INFINITE
public static int INFINITE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
RELATIVE_TO_PARENT
public static int RELATIVE_TO_PARENT { get; }
Property Value
RELATIVE_TO_SELF
public static int RELATIVE_TO_SELF { get; }
Property Value
RESTART
public static int RESTART { get; }
Property Value
REVERSE
public static int REVERSE { get; }
Property Value
START_ON_FIRST_FRAME
public static int START_ON_FIRST_FRAME { get; }
Property Value
ZORDER_BOTTOM
public static int ZORDER_BOTTOM { get; }
Property Value
ZORDER_NORMAL
public static int ZORDER_NORMAL { get; }
Property Value
ZORDER_TOP
public static int ZORDER_TOP { get; }
Property Value
Methods
Cancel()
public void Cancel()
ComputeDurationHint()
public long ComputeDurationHint()
Returns
GetBackdropColor()
public int GetBackdropColor()
Returns
GetBackgroundColor()
[Obsolete]
public int GetBackgroundColor()
Returns
GetDetachWallpaper()
[Obsolete]
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
arg0
longarg1
Transformation
Returns
GetTransformation(long, Transformation, float)
public bool GetTransformation(long arg0, Transformation arg1, float arg2)
Parameters
arg0
longarg1
Transformationarg2
float
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]
public void SetBackgroundColor(int arg0)
Parameters
SetDetachWallpaper(bool)
[Obsolete]
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
arg0
Interpolator
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()