Class R.interpolator
- Namespace
- Android
- Assembly
- MASES.Netdroid.dll
public class R.interpolator : JVMBridgeBase<R.interpolator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
R.interpolator
- Implements
- Extension Methods
Constructors
interpolator()
public interpolator()
interpolator(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 interpolator(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
accelerate_cubic
public static int accelerate_cubic { get; set; }
Property Value
accelerate_decelerate
public static int accelerate_decelerate { get; set; }
Property Value
accelerate_quad
public static int accelerate_quad { get; set; }
Property Value
accelerate_quint
public static int accelerate_quint { get; set; }
Property Value
anticipate
public static int anticipate { get; set; }
Property Value
anticipate_overshoot
public static int anticipate_overshoot { get; set; }
Property Value
bounce
public static int bounce { get; set; }
Property Value
cycle
public static int cycle { get; set; }
Property Value
decelerate_cubic
public static int decelerate_cubic { get; set; }
Property Value
decelerate_quad
public static int decelerate_quad { get; set; }
Property Value
decelerate_quint
public static int decelerate_quint { get; set; }
Property Value
fast_out_extra_slow_in
public static int fast_out_extra_slow_in { get; set; }
Property Value
fast_out_linear_in
public static int fast_out_linear_in { get; set; }
Property Value
fast_out_slow_in
public static int fast_out_slow_in { get; set; }
Property Value
linear
public static int linear { get; set; }
Property Value
linear_out_slow_in
public static int linear_out_slow_in { get; set; }
Property Value
overshoot
public static int overshoot { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for interpolator()
public static R.interpolator CreatePoolableInstance()