HomeSort by relevance Sort by last modified time
    Searched refs:createCycleInterpolator (Results 1 - 4 of 4) 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/core/java/android/view/animation/
CycleInterpolator.java 68 return NativeInterpolatorFactoryHelper.createCycleInterpolator(mCycles);
  /frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 79 /*package*/ static long createCycleInterpolator(float cycles) {

Completed in 153 milliseconds