| Package | Description |
|---|---|
| android.view.animation | |
| android.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
AccelerateDecelerateInterpolator |
class |
AccelerateInterpolator |
class |
AnticipateInterpolator |
class |
AnticipateOvershootInterpolator |
class |
BounceInterpolator |
class |
CycleInterpolator |
class |
DecelerateInterpolator |
class |
LinearInterpolator |
class |
OvershootInterpolator |
| Modifier and Type | Field and Description |
|---|---|
protected Interpolator |
LayoutAnimationController.mInterpolator |
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
Animation.getInterpolator() |
Interpolator |
LayoutAnimationController.getInterpolator() |
static Interpolator |
AnimationUtils.loadInterpolator(Context context,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.setInterpolator(Interpolator i) |
void |
LayoutAnimationController.setInterpolator(Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
ProgressBar.getInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressBar.setInterpolator(Interpolator interpolator) |
| Constructor and Description |
|---|
OverScroller(Context context,
Interpolator interpolator) |
OverScroller(Context context,
Interpolator interpolator,
float bounceCoefficientX,
float bounceCoefficientY) |
OverScroller(Context context,
Interpolator interpolator,
float bounceCoefficientX,
float bounceCoefficientY,
boolean flywheel) |
Scroller(Context context,
Interpolator interpolator) |
Scroller(Context context,
Interpolator interpolator,
boolean flywheel) |
Copyright © 2008-2013. All Rights Reserved.