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

  /frameworks/base/core/java/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper.java 30 public static native long createBounceInterpolator();
  /frameworks/base/core/java/android/view/animation/
BounceInterpolator.java 59 return NativeInterpolatorFactoryHelper.createBounceInterpolator();
  /frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp 46 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) {
100 { "createBounceInterpolator", "()J", (void*) createBounceInterpolator },
  /frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 74 /*package*/ static long createBounceInterpolator() {

Completed in 538 milliseconds