Searched refs:OvershootInterpolator (Results 1 – 4 of 4) sorted by relevance
38 public static class OvershootInterpolator implements Interpolator { class in SmoothPagedView42 public OvershootInterpolator() { in OvershootInterpolator() method in SmoothPagedView.OvershootInterpolator104 mScrollInterpolator = new OvershootInterpolator(); in init()142 ((OvershootInterpolator) mScrollInterpolator).setDistance(screenDelta); in snapToPageWithVelocity()144 ((OvershootInterpolator) mScrollInterpolator).disableSettle(); in snapToPageWithVelocity()
3709 bounceAnim.setInterpolator(new SmoothPagedView.OvershootInterpolator()); in runNewAppsAnimation()
28 import android.view.animation.OvershootInterpolator;675 Interpolator interpolator = new OvershootInterpolator(PAGE_INDICATOR_OVERSHOOT_TENSION); in animateMarkers()
90 import android.view.animation.OvershootInterpolator;4233 bounceAnim.setInterpolator(new OvershootInterpolator(BOUNCE_ANIMATION_TENSION)); in createNewAppBounceAnimation()