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

  /frameworks/base/core/java/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper.java 31 public static native long createCycleInterpolator(float cycles);
  /frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp 50 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) {
101 { "createCycleInterpolator", "(F)J", (void*) createCycleInterpolator },
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 79 /*package*/ static long createCycleInterpolator(float cycles) {

Completed in 148 milliseconds