Searched defs:tension (Results 1 – 7 of 7) sorted by relevance
57 explicit AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator()66 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator()103 explicit 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()
64 /*package*/ static long createAnticipateInterpolator(float tension) { in createAnticipateInterpolator()69 /*package*/ static long createAnticipateOvershootInterpolator(float tension) { in createAnticipateOvershootInterpolator()94 /*package*/ static long createOvershootInterpolator(float 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()
38 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()42 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()62 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()