Home
last modified time | relevance | path

Searched refs:tension (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
DInterpolator.h57 explicit AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator() argument
66 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator() argument
103 explicit OvershootInterpolator(float tension) : mTension(tension) {} in OvershootInterpolator() argument
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp34 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() argument
35 return reinterpret_cast<jlong>(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()
38 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator() argument
39 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()
58 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator() argument
59 return reinterpret_cast<jlong>(new OvershootInterpolator(tension)); in createOvershootInterpolator()
/frameworks/base/graphics/java/android/graphics/animation/
DNativeInterpolatorFactory.java50 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator() argument
52 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator() argument
62 public static native long createOvershootInterpolator(float tension); in createOvershootInterpolator() argument
/frameworks/base/core/java/android/view/animation/
DAnticipateOvershootInterpolator.java51 public AnticipateOvershootInterpolator(float tension) { in AnticipateOvershootInterpolator() argument
52 mTension = tension * 1.5f; in AnticipateOvershootInterpolator()
63 public AnticipateOvershootInterpolator(float tension, float extraTension) { in AnticipateOvershootInterpolator() argument
64 mTension = tension * extraTension; in AnticipateOvershootInterpolator()
DOvershootInterpolator.java47 public OvershootInterpolator(float tension) { in OvershootInterpolator() argument
48 mTension = tension; in OvershootInterpolator()
DAnticipateInterpolator.java46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator() argument
47 mTension = tension; in AnticipateInterpolator()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1213 field public static final int tension = 16843370; // 0x101026a
/frameworks/base/core/api/
Dcurrent.txt1660 field public static final int tension = 16843370; // 0x101026a
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75909 Lcom/android/internal/R$attr;->tension:I