Searched refs:getMultiparameterMethod (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_animation_PropertyValuesHolder.cpp | 50 static jlong getMultiparameterMethod(JNIEnv* env, jclass targetClass, jstring methodName, in getMultiparameterMethod() function 67 return getMultiparameterMethod(env, targetClass, methodName, parameterCount, 'F'); in android_animation_PropertyValuesHolder_getMultipleFloatMethod() 73 return getMultiparameterMethod(env, targetClass, methodName, parameterCount, 'I'); in android_animation_PropertyValuesHolder_getMultipleIntMethod()
|