Table of Contents

Class ViewPropertyAnimator

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class ViewPropertyAnimator : JVMBridgeBase<ViewPropertyAnimator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ViewPropertyAnimator>
ViewPropertyAnimator
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ViewPropertyAnimator>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ViewPropertyAnimator>.IsAssignableFrom<T>()
JVMBridgeBase<ViewPropertyAnimator>.Execute<T>(params T[])
JVMBridgeBase<ViewPropertyAnimator>.DynBridgeClazz
JVMBridgeBase<ViewPropertyAnimator>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ViewPropertyAnimator()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ViewPropertyAnimator()

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

public ViewPropertyAnimator(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Alpha(float)

public ViewPropertyAnimator Alpha(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

AlphaBy(float)

public ViewPropertyAnimator AlphaBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

Cancel()

public void Cancel()

GetDuration()

public long GetDuration()

Returns

long

long

GetInterpolator()

public TimeInterpolator GetInterpolator()

Returns

TimeInterpolator

TimeInterpolator

GetStartDelay()

public long GetStartDelay()

Returns

long

long

Rotation(float)

public ViewPropertyAnimator Rotation(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

RotationBy(float)

public ViewPropertyAnimator RotationBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

RotationX(float)

public ViewPropertyAnimator RotationX(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

RotationXBy(float)

public ViewPropertyAnimator RotationXBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

RotationY(float)

public ViewPropertyAnimator RotationY(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

RotationYBy(float)

public ViewPropertyAnimator RotationYBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

ScaleX(float)

public ViewPropertyAnimator ScaleX(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

ScaleXBy(float)

public ViewPropertyAnimator ScaleXBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

ScaleY(float)

public ViewPropertyAnimator ScaleY(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

ScaleYBy(float)

public ViewPropertyAnimator ScaleYBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

SetDuration(long)

public ViewPropertyAnimator SetDuration(long arg0)

Parameters

arg0 long

long

Returns

ViewPropertyAnimator

ViewPropertyAnimator

SetInterpolator(TimeInterpolator)

public ViewPropertyAnimator SetInterpolator(TimeInterpolator arg0)

Parameters

arg0 TimeInterpolator

TimeInterpolator

Returns

ViewPropertyAnimator

ViewPropertyAnimator

SetListener(AnimatorListener)

public ViewPropertyAnimator SetListener(Animator.AnimatorListener arg0)

Parameters

arg0 Animator.AnimatorListener

Animator.AnimatorListener

Returns

ViewPropertyAnimator

ViewPropertyAnimator

SetStartDelay(long)

public ViewPropertyAnimator SetStartDelay(long arg0)

Parameters

arg0 long

long

Returns

ViewPropertyAnimator

ViewPropertyAnimator

SetUpdateListener(AnimatorUpdateListener)

public ViewPropertyAnimator SetUpdateListener(ValueAnimator.AnimatorUpdateListener arg0)

Parameters

arg0 ValueAnimator.AnimatorUpdateListener

ValueAnimator.AnimatorUpdateListener

Returns

ViewPropertyAnimator

ViewPropertyAnimator

Start()

public void Start()

TranslationX(float)

public ViewPropertyAnimator TranslationX(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

TranslationXBy(float)

public ViewPropertyAnimator TranslationXBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

TranslationY(float)

public ViewPropertyAnimator TranslationY(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

TranslationYBy(float)

public ViewPropertyAnimator TranslationYBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

TranslationZ(float)

public ViewPropertyAnimator TranslationZ(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

TranslationZBy(float)

public ViewPropertyAnimator TranslationZBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

WithEndAction(Runnable)

public ViewPropertyAnimator WithEndAction(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

ViewPropertyAnimator

ViewPropertyAnimator

WithLayer()

public ViewPropertyAnimator WithLayer()

Returns

ViewPropertyAnimator

ViewPropertyAnimator

WithStartAction(Runnable)

public ViewPropertyAnimator WithStartAction(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

ViewPropertyAnimator

ViewPropertyAnimator

XBy(float)

public ViewPropertyAnimator XBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

YBy(float)

public ViewPropertyAnimator YBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

ZBy(float)

public ViewPropertyAnimator ZBy(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

x(float)

public ViewPropertyAnimator x(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

y(float)

public ViewPropertyAnimator y(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator

z(float)

public ViewPropertyAnimator z(float arg0)

Parameters

arg0 float

float

Returns

ViewPropertyAnimator

ViewPropertyAnimator