Home
last modified time | relevance | path

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

/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/loader/
DAbstractPdfTask.java93 ? doInBackground(new PdfDocumentRemoteProto(pdfDocument)) in findPdfAndDoInBackground()
94 : doInBackground(); in findPdfAndDoInBackground()
120 protected abstract T doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException; in doInBackground() method in AbstractPdfTask
135 protected T doInBackground() { in doInBackground() method in AbstractPdfTask
DPdfPageLoader.java307 protected Dimensions doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetDimensionsTask
355 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.RenderBitmapTask
398 protected Void doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.ReleasePageTask
436 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.RenderTileTask
495 protected String doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.GetPageTextTask
542 protected MatchRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.SearchPageTextTask
580 protected PageSelection doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.SelectionTask
614 protected LinkRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetPageLinksTask
652 protected List<GotoLink> doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetPageGotoLinksTask
DAbstractWriteTask.java50 protected Boolean doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in AbstractWriteTask
DPdfLoader.java340 protected PdfStatus doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfLoader.LoadDocumentTask
/pdf/pdf-viewer/src/androidTest/java/androidx/pdf/viewer/loader/
DPdfTaskExecutorTest.java132 protected String doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException { in doInBackground() method in PdfTaskExecutorTest.TestTask
/pdf/pdf-viewer/src/main/java/androidx/pdf/data/
DUiFutureValues.java253 protected T doInBackground(Void... params) {