Searched refs:AnticipateInterpolator (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnticipateInterpolator.java34 public class AnticipateInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { class in inherits:BaseInterpolator,NativeInterpolatorFactory
37 public AnticipateInterpolator() { method in class:AnticipateInterpolator
46 public AnticipateInterpolator(float tension) { method in class:AnticipateInterpolator
50 public AnticipateInterpolator(Context context, AttributeSet attrs) { method in class:AnticipateInterpolator
55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { method in class:AnticipateInterpolator
58 a = theme.obtainStyledAttributes(attrs, R.styleable.AnticipateInterpolator, 0, 0);
60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator);
H A DAnimationUtils.java387 interpolator = new AnticipateInterpolator(res, theme, attrs);
/frameworks/base/libs/hwui/
H A DInterpolator.h54 class ANDROID_API AnticipateInterpolator : public Interpolator { class in namespace:android::uirenderer
56 explicit AnticipateInterpolator(float tension) : mTension(tension) {} function in class:android::uirenderer::AnticipateInterpolator
H A DInterpolator.cpp44 float AnticipateInterpolator::interpolate(float t) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java26 import android.view.animation.AnticipateInterpolator;
65 return sManager.addNewDelegate(new AnticipateInterpolator(tension));
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimationUtilsCompat.java36 import android.view.animation.AnticipateInterpolator;
132 interpolator = new AnticipateInterpolator(context, attrs);
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp39 return reinterpret_cast<jlong>(new AnticipateInterpolator(tension));

Completed in 181 milliseconds