|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeInterpolator | |
---|---|
android.animation | |
android.view | |
android.view.animation |
Uses of TimeInterpolator in android.animation |
---|
Methods in android.animation that return TimeInterpolator | |
---|---|
TimeInterpolator |
ValueAnimator.getInterpolator()
|
TimeInterpolator |
Keyframe.getInterpolator()
|
TimeInterpolator |
LayoutTransition.getInterpolator(int transitionType)
|
Methods in android.animation with parameters of type TimeInterpolator | |
---|---|
void |
LayoutTransition.setInterpolator(int transitionType,
TimeInterpolator interpolator)
|
void |
ValueAnimator.setInterpolator(TimeInterpolator value)
|
abstract void |
Animator.setInterpolator(TimeInterpolator value)
|
void |
Keyframe.setInterpolator(TimeInterpolator interpolator)
|
void |
AnimatorSet.setInterpolator(TimeInterpolator interpolator)
|
Uses of TimeInterpolator in android.view |
---|
Methods in android.view with parameters of type TimeInterpolator | |
---|---|
ViewPropertyAnimator |
ViewPropertyAnimator.setInterpolator(TimeInterpolator interpolator)
|
Uses of TimeInterpolator in android.view.animation |
---|
Subinterfaces of TimeInterpolator in android.view.animation | |
---|---|
interface |
Interpolator
|
Classes in android.view.animation that implement TimeInterpolator | |
---|---|
class |
AccelerateDecelerateInterpolator
|
class |
AccelerateInterpolator
|
class |
AnticipateInterpolator
|
class |
AnticipateOvershootInterpolator
|
class |
BounceInterpolator
|
class |
CycleInterpolator
|
class |
DecelerateInterpolator
|
class |
LinearInterpolator
|
class |
OvershootInterpolator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |