Home | History | Annotate | Download | only in jni

Lines Matching full:outvalue

79 static jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table,
83 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table,
87 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
88 env->SetIntField(outValue, gTypedValueOffsets.mAssetCookie,
90 env->SetIntField(outValue, gTypedValueOffsets.mData, value.data);
91 env->SetObjectField(outValue, gTypedValueOffsets.mString, NULL);
92 env->SetIntField(outValue, gTypedValueOffsets.mResourceId, ref);
93 env->SetIntField(outValue, gTypedValueOffsets.mChangingConfigurations,
96 env->SetIntField(outValue, gTypedValueOffsets.mDensity, config->density);
704 jobject outValue,
733 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config) : block;
738 jobject outValue, jboolean resolve)
780 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags) : block;
852 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve)
871 return block >= 0 ? copyValue(env, outValue, &res, value, ref, block, typeSpecFlags) : block;