Searched refs:doInBackground (Results 1 – 6 of 6) sorted by relevance
93 ? doInBackground(new PdfDocumentRemoteProto(pdfDocument)) in findPdfAndDoInBackground()94 : doInBackground(); in findPdfAndDoInBackground()120 protected abstract T doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException; in doInBackground() method in AbstractPdfTask135 protected T doInBackground() { in doInBackground() method in AbstractPdfTask
307 protected Dimensions doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetDimensionsTask355 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.RenderBitmapTask398 protected Void doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.ReleasePageTask436 protected Bitmap doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.RenderTileTask495 protected String doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in PdfPageLoader.GetPageTextTask542 protected MatchRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.SearchPageTextTask580 protected PageSelection doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.SelectionTask614 protected LinkRects doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetPageLinksTask652 protected List<GotoLink> doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfPageLoader.GetPageGotoLinksTask
50 protected Boolean doInBackground(PdfDocumentRemoteProto pdfDocument) throws RemoteException { in doInBackground() method in AbstractWriteTask
340 protected PdfStatus doInBackground(PdfDocumentRemoteProto pdfDocument) in doInBackground() method in PdfLoader.LoadDocumentTask
132 protected String doInBackground(PdfDocumentRemoteProto pdf) throws RemoteException { in doInBackground() method in PdfTaskExecutorTest.TestTask
253 protected T doInBackground(Void... params) {