OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createLinearInterpolator
(Results
1 - 3
of
3
) 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/animation/
LinearInterpolator.java
45
return NativeInterpolatorFactoryHelper.
createLinearInterpolator
();
/frameworks/base/core/jni/
com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp
59
static jlong
createLinearInterpolator
(JNIEnv* env, jobject clazz) {
94
{ "
createLinearInterpolator
", "()J", (void*)
createLinearInterpolator
},
Completed in 407 milliseconds