Searched defs:tension (Results 1 – 6 of 6) sorted by relevance
54 AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator()62 AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator()96 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()
39 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()43 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()63 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()
47 public OvershootInterpolator(float tension) { in OvershootInterpolator()
46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator()