Searched defs:tension (Results 1 – 7 of 7) sorted by relevance
55 AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator()63 AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator()97 OvershootInterpolator(float tension) : mTension(tension) {} in OvershootInterpolator()
28 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator()29 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator()34 public static native long createOvershootInterpolator(float tension); in createOvershootInterpolator()
62 /*package*/ static long createAnticipateInterpolator(float tension) { in createAnticipateInterpolator()67 /*package*/ static long createAnticipateOvershootInterpolator(float tension) { in createAnticipateOvershootInterpolator()92 /*package*/ static long createOvershootInterpolator(float tension) { in createOvershootInterpolator()
37 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()41 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()61 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator()63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator()
46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator()
47 public OvershootInterpolator(float tension) { in OvershootInterpolator()