Searched refs:tension (Results 1 – 10 of 10) sorted by relevance
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
34 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() argument35 return reinterpret_cast<jlong>(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()38 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator() argument39 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()58 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator() argument59 return reinterpret_cast<jlong>(new OvershootInterpolator(tension)); in createOvershootInterpolator()
50 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator() argument52 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator() argument62 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1213 field public static final int tension = 16843370; // 0x101026a
1660 field public static final int tension = 16843370; // 0x101026a
75909 Lcom/android/internal/R$attr;->tension:I