Table of Contents

Class AnimatorSet

Namespace
Android.Animation
Assembly
MASES.Netdroid.dll
public class AnimatorSet : Animator, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
Inheritance
AnimatorSet
Implements
Inherited Members
Extension Methods

Constructors

AnimatorSet()

public AnimatorSet()

AnimatorSet(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 AnimatorSet(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

Methods

CreatePoolableInstance()

HPA initializer for AnimatorSet()

public static AnimatorSet CreatePoolableInstance()

Returns

AnimatorSet

GetChildAnimations()

public ArrayList<Animator> GetChildAnimations()

Returns

ArrayList<Animator>

ArrayList

GetCurrentPlayTime()

public long GetCurrentPlayTime()

Returns

long

long

Play(Animator)

public AnimatorSet.Builder Play(Animator arg0)

Parameters

arg0 Animator

Animator

Returns

AnimatorSet.Builder

AnimatorSet.Builder

PlaySequentially(params Animator[])

public void PlaySequentially(params Animator[] arg0)

Parameters

arg0 Animator[]

Animator

PlaySequentially(List<Animator>)

public void PlaySequentially(List<Animator> arg0)

Parameters

arg0 List<Animator>

List

PlayTogether(params Animator[])

public void PlayTogether(params Animator[] arg0)

Parameters

arg0 Animator[]

Animator

PlayTogether(Collection<Animator>)

public void PlayTogether(Collection<Animator> arg0)

Parameters

arg0 Collection<Animator>

Collection

Reverse()

public void Reverse()

SetCurrentPlayTime(long)

public void SetCurrentPlayTime(long arg0)

Parameters

arg0 long

long