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
- 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
- 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
- LayoutAnimationController
https://developer.android.com/reference/android/view/animation/LayoutAnimationController.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
- TranslateAnimation
https://developer.android.com/reference/android/view/animation/TranslateAnimation.html
Interfaces
- IInterpolator
.NET interface for TO BE DEFINED FROM USER