Searched refs:parameterCount (Results 1 – 2 of 2) sorted by relevance
51 jint parameterCount, char parameterType) in getMultiparameterMethod() argument54 char *signature = new char[parameterCount + 4]; in getMultiparameterMethod()56 memset(&(signature[1]), parameterType, parameterCount); in getMultiparameterMethod()57 strcpy(&(signature[parameterCount + 1]), ")V"); in getMultiparameterMethod()67 return getMultiparameterMethod(env, targetClass, methodName, parameterCount, 'F'); in android_animation_PropertyValuesHolder_getMultipleFloatMethod()104 jsize parameterCount = env->GetArrayLength(arg); in android_animation_PropertyValuesHolder_callMultipleFloatMethod() local106 jvalue* values = new jvalue[parameterCount]; in android_animation_PropertyValuesHolder_callMultipleFloatMethod()107 for (int i = 0; i < parameterCount; i++) { in android_animation_PropertyValuesHolder_callMultipleFloatMethod()131 jsize parameterCount = env->GetArrayLength(arg); in android_animation_PropertyValuesHolder_callMultipleIntMethod() local133 jvalue* values = new jvalue[parameterCount]; in android_animation_PropertyValuesHolder_callMultipleIntMethod()[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...