Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.cc1351 jint annotation_type = env->CallIntMethod(java_annotation, get_type); in ToNativePageAnnotation() local
1355 switch (static_cast<Annotation::Type>(annotation_type)) { in ToNativePageAnnotation()