Searched refs:tension (Results 1 – 11 of 11) sorted by relevance
38 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() argument39 return reinterpret_cast<jlong>(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()42 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator() argument43 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()62 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator() argument63 return reinterpret_cast<jlong>(new OvershootInterpolator(tension)); in createOvershootInterpolator()
57 explicit AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator() argument66 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator() argument103 explicit OvershootInterpolator(float tension) : mTension(tension) {} in OvershootInterpolator() argument
64 /*package*/ static long createAnticipateInterpolator(float tension) { in createAnticipateInterpolator() argument65 return sManager.addNewDelegate(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()69 /*package*/ static long createAnticipateOvershootInterpolator(float tension) { in createAnticipateOvershootInterpolator() argument70 return sManager.addNewDelegate(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()94 /*package*/ static long createOvershootInterpolator(float tension) { in createOvershootInterpolator() argument95 return sManager.addNewDelegate(new OvershootInterpolator(tension)); in createOvershootInterpolator()
28 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator() argument29 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator() argument34 public static native long createOvershootInterpolator(float tension); in createOvershootInterpolator() argument
51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator() argument52 mTension = tension * 1.5f; in AnticipateOvershootInterpolator()63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator() argument64 mTension = tension * extraTension; in AnticipateOvershootInterpolator()
47 public OvershootInterpolator(float tension) { in OvershootInterpolator() argument48 mTension = tension; in OvershootInterpolator()
46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator() argument47 mTension = tension; in AnticipateInterpolator()
1213 field public static final int tension = 16843370; // 0x101026a
1367 field public static final int tension = 16843370; // 0x101026a
90981 Lcom/android/internal/R$attr;->tension:I