Home
last modified time | relevance | path

Searched refs:AnticipateOvershootInterpolator (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DAnticipateOvershootInterpolator.java31 import static com.android.internal.R.styleable.AnticipateOvershootInterpolator;
38 public class AnticipateOvershootInterpolator extends BaseInterpolator class
42 public AnticipateOvershootInterpolator() { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator
51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator
63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator
67 public AnticipateOvershootInterpolator(Context context, AttributeSet attrs) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator
72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateOvershootInterpolator() method in AnticipateOvershootInterpolator
75 a = theme.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator, 0, 0); in AnticipateOvershootInterpolator()
77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator()
DAnimationUtils.java356 interpolator = new AnticipateOvershootInterpolator(res, theme, attrs); in createInterpolatorFromXml()
/frameworks/base/libs/hwui/
DInterpolator.h60 class ANDROID_API AnticipateOvershootInterpolator : public Interpolator {
62 AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator() function
DInterpolator.cpp57 float AnticipateOvershootInterpolator::interpolate(float t) { in interpolate()
/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp44 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java34 import android.view.animation.AnticipateOvershootInterpolator;
425 set1.setInterpolator(new AnticipateOvershootInterpolator());
/frameworks/base/docs/html/about/versions/
Dandroid-1.6.jd225 <li><code>AnticipateOvershootInterpolator</code></li>
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt3 NO DOC BLOCK: android.view.animation.AnticipateOvershootInterpolator Class
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd614 <td>{@link android.view.animation.AnticipateOvershootInterpolator}</td>
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd340 <td>{@link android.view.animation.AnticipateOvershootInterpolator}</td>
/frameworks/base/docs/html/
Dsitemap.txt606 http://developer.android.com/reference/android/view/animation/AnticipateOvershootInterpolator.html
/frameworks/base/api/
Dsystem-current.txt37580 public class AnticipateOvershootInterpolator extends android.view.animation.BaseInterpolator {
37581 ctor public AnticipateOvershootInterpolator();
37582 ctor public AnticipateOvershootInterpolator(float);
37583 ctor public AnticipateOvershootInterpolator(float, float);
37584 ctor public AnticipateOvershootInterpolator(android.content.Context, android.util.AttributeSet);
Dcurrent.txt35346 public class AnticipateOvershootInterpolator extends android.view.animation.BaseInterpolator {
35347 ctor public AnticipateOvershootInterpolator();
35348 ctor public AnticipateOvershootInterpolator(float);
35349 ctor public AnticipateOvershootInterpolator(float, float);
35350 ctor public AnticipateOvershootInterpolator(android.content.Context, android.util.AttributeSet);