/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 38 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/ |
D | Interpolator.h | 57 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/ |
D | NativeInterpolatorFactoryHelper_Delegate.java | 64 /*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/ |
D | NativeInterpolatorFactoryHelper.java | 28 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/ |
D | AnticipateOvershootInterpolator.java | 51 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()
|
D | OvershootInterpolator.java | 47 public OvershootInterpolator(float tension) { in OvershootInterpolator() argument 48 mTension = tension; in OvershootInterpolator()
|
D | AnticipateInterpolator.java | 46 public AnticipateInterpolator(float tension) { in AnticipateInterpolator() argument 47 mTension = tension; in AnticipateInterpolator()
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 2064 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
|
D | lstb.txt | 823 eagerness and suggestion of tension in his brightened eyes and
|
D | mems.txt | 9405 face told me that his nerves were at their highest tension. He saw
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1213 field public static final int tension = 16843370; // 0x101026a
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 36727 Landroid/R$attr;->tension:I
|
/frameworks/base/api/ |
D | current.txt | 1331 field public static final int tension = 16843370; // 0x101026a
|