Table of Contents

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

accelerate_cubic

public static int accelerate_cubic { get; set; }

Property Value

int

accelerate_decelerate

public static int accelerate_decelerate { get; set; }

Property Value

int

accelerate_quad

public static int accelerate_quad { get; set; }

Property Value

int

accelerate_quint

public static int accelerate_quint { get; set; }

Property Value

int

anticipate

public static int anticipate { get; set; }

Property Value

int

anticipate_overshoot

public static int anticipate_overshoot { get; set; }

Property Value

int

bounce

public static int bounce { get; set; }

Property Value

int

cycle

public static int cycle { get; set; }

Property Value

int

decelerate_cubic

public static int decelerate_cubic { get; set; }

Property Value

int

decelerate_quad

public static int decelerate_quad { get; set; }

Property Value

int

decelerate_quint

public static int decelerate_quint { get; set; }

Property Value

int

fast_out_extra_slow_in

public static int fast_out_extra_slow_in { get; set; }

Property Value

int

fast_out_linear_in

public static int fast_out_linear_in { get; set; }

Property Value

int

fast_out_slow_in

public static int fast_out_slow_in { get; set; }

Property Value

int

linear

public static int linear { get; set; }

Property Value

int

linear_out_slow_in

public static int linear_out_slow_in { get; set; }

Property Value

int

overshoot

public static int overshoot { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for interpolator()

public static R.interpolator CreatePoolableInstance()

Returns

R.interpolator