Searched defs:getInterpolation (Results 1 - 12 of 12) 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
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetPager.java443 public float getInterpolation(float input) { method in class:KeyguardWidgetPager.ZInterpolator
H A DPagedView.java1735 public float getInterpolation(float t) { method in class:PagedView.ScrollInterpolator
2300 mDragView.setAlpha(1f - mAlphaInterpolator.getInterpolation(t));
2416 public float getInterpolation(float t) {

Completed in 124 milliseconds