Table of Contents

Class ViewAnimator

Namespace
Android.Widget
Assembly
MASES.Netdroid.dll
public class ViewAnimator : FrameLayout, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessibilityEventSource, IViewManager, IViewParent
Inheritance
ViewAnimator
Implements
Derived
Inherited Members
Extension Methods

Constructors

ViewAnimator(Context)

public ViewAnimator(Context arg0)

Parameters

arg0 Context

Context

ViewAnimator(Context, AttributeSet)

public ViewAnimator(Context arg0, AttributeSet arg1)

Parameters

arg0 Context

Context

arg1 AttributeSet

AttributeSet

ViewAnimator(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 ViewAnimator(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(Context)

HPA initializer for ViewAnimator(Android.Content.Context arg0)

public static ViewAnimator CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

ViewAnimator

CreatePoolableInstance(Context, AttributeSet)

HPA initializer for ViewAnimator(Android.Content.Context arg0, Android.Util.AttributeSet arg1)

public static ViewAnimator CreatePoolableInstance(Context arg0, AttributeSet arg1)

Parameters

arg0 Context
arg1 AttributeSet

Returns

ViewAnimator

GetAnimateFirstView()

public bool GetAnimateFirstView()

Returns

bool

bool

GetCurrentView()

public View GetCurrentView()

Returns

View

View

GetDisplayedChild()

public int GetDisplayedChild()

Returns

int

int

GetInAnimation()

public Animation GetInAnimation()

Returns

Animation

Animation

GetOutAnimation()

public Animation GetOutAnimation()

Returns

Animation

Animation

SetAnimateFirstView(bool)

public void SetAnimateFirstView(bool arg0)

Parameters

arg0 bool

bool

SetDisplayedChild(int)

public void SetDisplayedChild(int arg0)

Parameters

arg0 int

int

SetInAnimation(Context, int)

public void SetInAnimation(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetInAnimation(Animation)

public void SetInAnimation(Animation arg0)

Parameters

arg0 Animation

Animation

SetOutAnimation(Context, int)

public void SetOutAnimation(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

SetOutAnimation(Animation)

public void SetOutAnimation(Animation arg0)

Parameters

arg0 Animation

Animation

ShowNext()

public void ShowNext()

ShowPrevious()

public void ShowPrevious()