Searched defs:nativeGetPageCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp144 static jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
285 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
H A DPdfEditor.cpp118 static jint nativeGetPageCount(JNIEnv* env, jclass thiz, jlong documentPtr) { function in namespace:android
346 {"nativeGetPageCount", "(J)I", (void*) nativeGetPageCount},
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java85 mPageCount = nativeGetPageCount(mNativeDocument);
341 private static native int nativeGetPageCount(long documentPtr); method in class:PdfEditor
H A DPdfRenderer.java166 mPageCount = nativeGetPageCount(mNativeDocument);
451 private static native int nativeGetPageCount(long documentPtr); method in class:PdfRenderer

Completed in 402 milliseconds