Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/
DPdfRendererPreV.java658 public int addPageAnnotation(@NonNull PdfAnnotation annotation) { in addPageAnnotation() method in PdfRendererPreV.Page
664 return mPdfProcessor.addPageAnnotation(mIndex, annotation); in addPageAnnotation()
DPdfDocumentProxy.java279 public native int addPageAnnotation(@IntRange(from = 0) int pageNum, in addPageAnnotation() method in PdfDocumentProxy
DPdfProcessor.java627 public int addPageAnnotation(@IntRange(from = 0) int pageNum, in addPageAnnotation() method
631 int addedAnnotationIndex = mPdfDocument.addPageAnnotation(pageNum, annotation); in addPageAnnotation()
/packages/providers/MediaProvider/pdf/framework-v/java/android/graphics/pdf/
DPdfRenderer.java827 public int addPageAnnotation(@NonNull PdfAnnotation annotation) { in addPageAnnotation() method in PdfRenderer.Page
833 return mPdfProcessor.addPageAnnotation(mIndex, annotation); in addPageAnnotation()
/packages/providers/MediaProvider/pdf/framework-v/api/
Dcurrent.txt23 …enable_edit_pdf_annotations") @IntRange(from=0xffffffff) public int addPageAnnotation(@NonNull and…
/packages/providers/MediaProvider/pdf/framework/api/
Dcurrent.txt32 …enable_edit_pdf_annotations") @IntRange(from=0xffffffff) public int addPageAnnotation(@NonNull and…