Searched defs:getInterpolation (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DTimeInterpolator.java37 float getInterpolation(float input); method in interface:TimeInterpolator
/frameworks/base/core/java/android/view/animation/
H A DAccelerateDecelerateInterpolator.java35 public float getInterpolation(float input) { method in class:AccelerateDecelerateInterpolator
H A DAnticipateInterpolator.java52 public float getInterpolation(float t) { method in class:AnticipateInterpolator
H A DBounceInterpolator.java38 public float getInterpolation(float t) { method in class:BounceInterpolator
H A DCycleInterpolator.java42 public float getInterpolation(float input) { method in class:CycleInterpolator
H A DDecelerateInterpolator.java52 public float getInterpolation(float input) { method in class:DecelerateInterpolator
H A DLinearInterpolator.java34 public float getInterpolation(float input) { method in class:LinearInterpolator
H A DOvershootInterpolator.java53 public float getInterpolation(float t) { method in class:OvershootInterpolator
H A DAccelerateInterpolator.java60 public float getInterpolation(float input) { method in class:AccelerateInterpolator
H A DAnticipateOvershootInterpolator.java75 public float getInterpolation(float t) { method in class:AnticipateOvershootInterpolator

Completed in 328 milliseconds