Home
last modified time | relevance | path

Searched defs:tension (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DInterpolator.h57 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()
/frameworks/base/graphics/java/android/graphics/animation/
DNativeInterpolatorFactory.java50 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator()
52 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator()
62 public static native long createOvershootInterpolator(float tension); in createOvershootInterpolator()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp34 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
38 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
58 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
/frameworks/base/core/java/android/view/animation/
DAnticipateOvershootInterpolator.java51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator()
63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator()
DOvershootInterpolator.java47 public OvershootInterpolator(float tension) { in OvershootInterpolator()
DAnticipateInterpolator.java46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...