Home
last modified time | relevance | path

Searched refs:parameterCount (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp51 jint parameterCount, char parameterType) in getMultiparameterMethod() argument
54 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() local
106 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() local
133 jvalue* values = new jvalue[parameterCount]; in android_animation_PropertyValuesHolder_callMultipleIntMethod()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...