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 39 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 57 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) {
89 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
NativeInterpolatorFactoryHelper_Delegate.java 87 /*package*/ static long createLinearInterpolator() {

Completed in 762 milliseconds