Home
last modified time | relevance | path

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

/pdf/pdf-viewer/src/main/java/androidx/pdf/service/
DPdfDocumentRemoteProto.java28 public class PdfDocumentRemoteProto { class
31 public PdfDocumentRemoteProto(@NonNull PdfDocumentRemote remote) { in PdfDocumentRemoteProto() method in PdfDocumentRemoteProto
/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/loader/
DAbstractWriteTask.java23 import androidx.pdf.service.PdfDocumentRemoteProto;
46 abstract boolean execute(PdfDocumentRemoteProto pdfDocument, ParcelFileDescriptor pfd) in execute()
50 protected Boolean doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground()
DAbstractPdfTask.java23 import androidx.pdf.service.PdfDocumentRemoteProto;
93 ? doInBackground(new PdfDocumentRemoteProto(pdfDocument)) in findPdfAndDoInBackground()
120 protected abstract T doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException; in doInBackground()
DPdfPageLoader.java32 import androidx.pdf.service.PdfDocumentRemoteProto;
307 protected Dimensions doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
355 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground()
398 protected Void doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground()
436 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground()
495 protected String doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground()
542 protected MatchRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
580 protected PageSelection doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
614 protected LinkRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
652 protected List<GotoLink> doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
DPdfLoader.java32 import androidx.pdf.service.PdfDocumentRemoteProto;
340 protected PdfStatus doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground()
/pdf/pdf-viewer/src/androidTest/java/androidx/pdf/viewer/loader/
DPdfTaskExecutorTest.java28 import androidx.pdf.service.PdfDocumentRemoteProto;
132 protected String doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException { in doInBackground()