Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp38 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() argument
39 return reinterpret_cast<jlong>(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()
42 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator() argument
43 return reinterpret_cast<jlong>(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()
62 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator() argument
63 return reinterpret_cast<jlong>(new OvershootInterpolator(tension)); in createOvershootInterpolator()
/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/layoutlib/bridge/src/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper_Delegate.java64 /*package*/ static long createAnticipateInterpolator(float tension) { in createAnticipateInterpolator() argument
65 return sManager.addNewDelegate(new AnticipateInterpolator(tension)); in createAnticipateInterpolator()
69 /*package*/ static long createAnticipateOvershootInterpolator(float tension) { in createAnticipateOvershootInterpolator() argument
70 return sManager.addNewDelegate(new AnticipateOvershootInterpolator(tension)); in createAnticipateOvershootInterpolator()
94 /*package*/ static long createOvershootInterpolator(float tension) { in createOvershootInterpolator() argument
95 return sManager.addNewDelegate(new OvershootInterpolator(tension)); in createOvershootInterpolator()
/frameworks/base/core/java/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper.java28 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator() argument
29 public static native long createAnticipateOvershootInterpolator(float tension); in createAnticipateOvershootInterpolator() argument
34 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/support/work/integration-tests/testapp/src/main/assets/
Dadvs.txt2064 worked up to the highest pitch of tension, and my hearing was so
6690 unclaspings of his hands, spoke of the nervous tension within him.
7909 of nervous tension in which I was myself. The shutters cut off the
Dlstb.txt823 eagerness and suggestion of tension in his brightened eyes and
Dmems.txt9405 face told me that his nerves were at their highest tension. He saw
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1213 field public static final int tension = 16843370; // 0x101026a
/frameworks/base/config/
Dhiddenapi-public-dex.txt36727 Landroid/R$attr;->tension:I
/frameworks/base/api/
Dcurrent.txt1331 field public static final int tension = 16843370; // 0x101026a