Home
last modified time | relevance | path

Searched refs:documentNotLoaded (Results 1 – 5 of 5) sorted by relevance

/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/loader/
DWeakPdfLoaderCallbacks.java80 public void documentNotLoaded(@NonNull PdfStatus status) { in documentNotLoaded() method in WeakPdfLoaderCallbacks
83 callbacks.documentNotLoaded(status); in documentNotLoaded()
DPdfLoader.java102 conn.setConnectionFailureHandler(() -> weakCallbacks.documentNotLoaded(PdfStatus.NONE)); in create()
152 () -> mCallbacks.documentNotLoaded(PdfStatus.NONE)); in reloadDocument()
388 callbacks.documentNotLoaded(status); in doCallback()
DPdfLoaderCallbacks.java55 void documentNotLoaded(@NonNull PdfStatus status); in documentNotLoaded() method
DPdfLoaderCallbacksImpl.kt182 documentNotLoaded(PdfStatus.PDF_ERROR) in documentLoaded()
209 override fun documentNotLoaded(status: PdfStatus) { in documentNotLoaded() method in androidx.pdf.viewer.loader.PdfLoaderCallbacksImpl
/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/
DPdfViewer.java625 documentNotLoaded(PdfStatus.PDF_ERROR);
649 public void documentNotLoaded(@NonNull PdfStatus status) {