Searched refs:documentNotLoaded (Results 1 – 5 of 5) sorted by relevance
80 public void documentNotLoaded(@NonNull PdfStatus status) { in documentNotLoaded() method in WeakPdfLoaderCallbacks83 callbacks.documentNotLoaded(status); in documentNotLoaded()
102 conn.setConnectionFailureHandler(() -> weakCallbacks.documentNotLoaded(PdfStatus.NONE)); in create()152 () -> mCallbacks.documentNotLoaded(PdfStatus.NONE)); in reloadDocument()388 callbacks.documentNotLoaded(status); in doCallback()
55 void documentNotLoaded(@NonNull PdfStatus status); in documentNotLoaded() method
182 documentNotLoaded(PdfStatus.PDF_ERROR) in documentLoaded()209 override fun documentNotLoaded(status: PdfStatus) { in documentNotLoaded() method in androidx.pdf.viewer.loader.PdfLoaderCallbacksImpl
625 documentNotLoaded(PdfStatus.PDF_ERROR);649 public void documentNotLoaded(@NonNull PdfStatus status) {