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

  /frameworks/base/core/java/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper.java 30 public static native long 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 127 milliseconds