Table of Contents

Namespace Android.View.Animation

Classes

AccelerateDecelerateInterpolator

https://developer.android.com/reference/android/view/animation/AccelerateDecelerateInterpolator.html

AccelerateInterpolator

https://developer.android.com/reference/android/view/animation/AccelerateInterpolator.html

AlphaAnimation

https://developer.android.com/reference/android/view/animation/AlphaAnimation.html

Animation

https://developer.android.com/reference/android/view/animation/Animation.html

Animation.AnimationListener

https://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html

Animation.AnimationListenerDirect

Direct override of Animation.AnimationListener or its generic type if there is one

AnimationSet

https://developer.android.com/reference/android/view/animation/AnimationSet.html

AnimationUtils

https://developer.android.com/reference/android/view/animation/AnimationUtils.html

AnticipateInterpolator

https://developer.android.com/reference/android/view/animation/AnticipateInterpolator.html

AnticipateOvershootInterpolator

https://developer.android.com/reference/android/view/animation/AnticipateOvershootInterpolator.html

BaseInterpolator

https://developer.android.com/reference/android/view/animation/BaseInterpolator.html

BounceInterpolator

https://developer.android.com/reference/android/view/animation/BounceInterpolator.html

CycleInterpolator

https://developer.android.com/reference/android/view/animation/CycleInterpolator.html

DecelerateInterpolator

https://developer.android.com/reference/android/view/animation/DecelerateInterpolator.html

GridLayoutAnimationController

https://developer.android.com/reference/android/view/animation/GridLayoutAnimationController.html

GridLayoutAnimationController.AnimationParameters

https://developer.android.com/reference/android/view/animation/GridLayoutAnimationController.AnimationParameters.html

Interpolator

https://developer.android.com/reference/android/view/animation/Interpolator.html

LayoutAnimationController

https://developer.android.com/reference/android/view/animation/LayoutAnimationController.html

LayoutAnimationController.AnimationParameters

https://developer.android.com/reference/android/view/animation/LayoutAnimationController.AnimationParameters.html

LinearInterpolator

https://developer.android.com/reference/android/view/animation/LinearInterpolator.html

OvershootInterpolator

https://developer.android.com/reference/android/view/animation/OvershootInterpolator.html

PathInterpolator

https://developer.android.com/reference/android/view/animation/PathInterpolator.html

RotateAnimation

https://developer.android.com/reference/android/view/animation/RotateAnimation.html

ScaleAnimation

https://developer.android.com/reference/android/view/animation/ScaleAnimation.html

Transformation

https://developer.android.com/reference/android/view/animation/Transformation.html

TranslateAnimation

https://developer.android.com/reference/android/view/animation/TranslateAnimation.html

Interfaces

IInterpolator

.NET interface for TO BE DEFINED FROM USER