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

  /frameworks/base/core/java/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper.java 33 public static native long createLinearInterpolator();
  /frameworks/base/core/java/android/view/
RenderNodeAnimatorSetHelper.java 40 return NativeInterpolatorFactoryHelper.createLinearInterpolator();
  /frameworks/base/core/java/android/view/animation/
LinearInterpolator.java 45 return NativeInterpolatorFactoryHelper.createLinearInterpolator();
  /frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp 58 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) {
103 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
  /frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 89 /*package*/ static long createLinearInterpolator() {

Completed in 5463 milliseconds