Added in API level 1
anim
class anim
| kotlin.Any | |
| ↳ | android.R.anim |
Summary
| Constants | |
|---|---|
| static Int | |
| static Int |
Acceleration curve matching Flash's quadratic ease out function. |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int |
Acceleration curve matching Flash's quadratic ease in function. |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| static Int | |
| Public constructors | |
|---|---|
anim() |
|
Constants
accelerate_decelerate_interpolator
Added in API level 1
static val accelerate_decelerate_interpolator: Int
Value: 17432580accelerate_interpolator
Added in API level 1
static val accelerate_interpolator: Int
Acceleration curve matching Flash's quadratic ease out function.
Value: 17432581anticipate_interpolator
Added in API level 4
static val anticipate_interpolator: Int
Value: 17432583anticipate_overshoot_interpolator
Added in API level 4
static val anticipate_overshoot_interpolator: Int
Value: 17432585decelerate_interpolator
Added in API level 1
static val decelerate_interpolator: Int
Acceleration curve matching Flash's quadratic ease in function.
Value: 17432582Public constructors
anim
anim()