| Package | Description |
|---|---|
| android.animation | |
| android.view | |
| android.view.animation |
| Modifier and Type | Method and Description |
|---|---|
TimeInterpolator |
Keyframe.getInterpolator() |
TimeInterpolator |
ValueAnimator.getInterpolator() |
TimeInterpolator |
LayoutTransition.getInterpolator(int transitionType) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutTransition.setInterpolator(int transitionType,
TimeInterpolator interpolator) |
void |
AnimatorSet.setInterpolator(TimeInterpolator interpolator) |
abstract void |
Animator.setInterpolator(TimeInterpolator value) |
void |
Keyframe.setInterpolator(TimeInterpolator interpolator) |
void |
ValueAnimator.setInterpolator(TimeInterpolator value) |
| Modifier and Type | Method and Description |
|---|---|
ViewPropertyAnimator |
ViewPropertyAnimator.setInterpolator(TimeInterpolator interpolator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Interpolator |
| Modifier and Type | Class and Description |
|---|---|
class |
AccelerateDecelerateInterpolator |
class |
AccelerateInterpolator |
class |
AnticipateInterpolator |
class |
AnticipateOvershootInterpolator |
class |
BounceInterpolator |
class |
CycleInterpolator |
class |
DecelerateInterpolator |
class |
LinearInterpolator |
class |
OvershootInterpolator |
Copyright © 2008-2013. All Rights Reserved.