Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp873 jintArray outIndices) in android_content_AssetManager_applyStyle() argument
918 if (outIndices != NULL) { in android_content_AssetManager_applyStyle()
919 if (env->GetArrayLength(outIndices) > NI) { in android_content_AssetManager_applyStyle()
920 indices = (jint*)env->GetPrimitiveArrayCritical(outIndices, 0); in android_content_AssetManager_applyStyle()
1103 env->ReleasePrimitiveArrayCritical(outIndices, indices, 0); in android_content_AssetManager_applyStyle()
1115 jintArray outIndices) in android_content_AssetManager_retrieveAttributes() argument
1160 if (outIndices != NULL) { in android_content_AssetManager_retrieveAttributes()
1161 if (env->GetArrayLength(outIndices) > NI) { in android_content_AssetManager_retrieveAttributes()
1162 indices = (jint*)env->GetPrimitiveArrayCritical(outIndices, 0); in android_content_AssetManager_retrieveAttributes()
1246 env->ReleasePrimitiveArrayCritical(outIndices, indices, 0); in android_content_AssetManager_retrieveAttributes()
/frameworks/base/core/java/android/content/res/
DAssetManager.java701 int[] inAttrs, int[] outValues, int[] outIndices); in applyStyle() argument
703 int xmlParser, int[] inAttrs, int[] outValues, int[] outIndices); in retrieveAttributes() argument