Home
last modified time | relevance | path

Searched defs:documentNotLoaded (Results 1 – 3 of 3) sorted by relevance

/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/loader/
DPdfLoaderCallbacks.java55 void documentNotLoaded(@NonNull PdfStatus status); in documentNotLoaded() method
DWeakPdfLoaderCallbacks.java80 public void documentNotLoaded(@NonNull PdfStatus status) { in documentNotLoaded() method in WeakPdfLoaderCallbacks
DPdfLoaderCallbacksImpl.kt209 override fun documentNotLoaded(status: PdfStatus) { in documentNotLoaded() method in androidx.pdf.viewer.loader.PdfLoaderCallbacksImpl