C# Class android.view.animation.LayoutAnimationController

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
LayoutAnimationController ( android arg0 )
LayoutAnimationController ( android arg0, android arg1 )
LayoutAnimationController ( android arg0, float arg1 )
getAnimation ( ) : global::android.view.animation.Animation
getAnimationForView ( android arg0 ) : global::android.view.animation.Animation
getDelay ( ) : float
getInterpolator ( ) : global::android.view.animation.Interpolator
getOrder ( ) : int
isDone ( ) : bool
setAnimation ( android arg0 ) : void
setAnimation ( android arg0, int arg1 ) : void
setDelay ( float arg0 ) : void
setInterpolator ( android arg0 ) : void
setInterpolator ( android arg0, int arg1 ) : void
setInterpolator ( global arg0 ) : void
setOrder ( int arg0 ) : void
start ( ) : void
willOverlap ( ) : bool

Protected Methods

Method Description
LayoutAnimationController ( global @__env )
getDelayForView ( android arg0 ) : long
getTransformedIndex ( android arg0 ) : int

Private Methods

Method Description
LayoutAnimationController ( )

Method Details

LayoutAnimationController() public method

public LayoutAnimationController ( android arg0 )
arg0 android

LayoutAnimationController() public method

public LayoutAnimationController ( android arg0, android arg1 )
arg0 android
arg1 android

LayoutAnimationController() public method

public LayoutAnimationController ( android arg0, float arg1 )
arg0 android
arg1 float

LayoutAnimationController() protected method

protected LayoutAnimationController ( global @__env )
@__env global

getAnimation() public method

public getAnimation ( ) : global::android.view.animation.Animation
return global::android.view.animation.Animation

getAnimationForView() public method

public getAnimationForView ( android arg0 ) : global::android.view.animation.Animation
arg0 android
return global::android.view.animation.Animation

getDelay() public method

public getDelay ( ) : float
return float

getDelayForView() protected method

protected getDelayForView ( android arg0 ) : long
arg0 android
return long

getInterpolator() public method

public getInterpolator ( ) : global::android.view.animation.Interpolator
return global::android.view.animation.Interpolator

getOrder() public method

public getOrder ( ) : int
return int

getTransformedIndex() protected method

protected getTransformedIndex ( android arg0 ) : int
arg0 android
return int

isDone() public method

public isDone ( ) : bool
return bool

setAnimation() public method

public setAnimation ( android arg0 ) : void
arg0 android
return void

setAnimation() public method

public setAnimation ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setDelay() public method

public setDelay ( float arg0 ) : void
arg0 float
return void

setInterpolator() public method

public setInterpolator ( android arg0 ) : void
arg0 android
return void

setInterpolator() public method

public setInterpolator ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setInterpolator() public method

public setInterpolator ( global arg0 ) : void
arg0 global
return void

setOrder() public method

public setOrder ( int arg0 ) : void
arg0 int
return void

start() public method

public start ( ) : void
return void

willOverlap() public method

public willOverlap ( ) : bool
return bool