HomeSort by relevance Sort by last modified time
    Searched refs:createAnticipateInterpolator (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper.java 28 public static native long createAnticipateInterpolator(float tension);
  /frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp 38 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) {
98 { "createAnticipateInterpolator", "(F)J", (void*) createAnticipateInterpolator },
  /frameworks/base/core/java/android/view/animation/
AnticipateInterpolator.java 76 return NativeInterpolatorFactoryHelper.createAnticipateInterpolator(mTension);
  /frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 64 /*package*/ static long createAnticipateInterpolator(float tension) {

Completed in 86 milliseconds