Home
last modified time | relevance | path

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

/pdf/pdf-viewer/src/main/java/androidx/pdf/viewer/
DLoadingViewer.java182 DisplayData restoredData = DisplayData.fromBundle(dataBundle); in restoreContents()
/pdf/pdf-viewer/src/main/java/androidx/pdf/data/
DDisplayData.java124 public static @NonNull DisplayData fromBundle(@NonNull Bundle bundle) { in fromBundle() method in DisplayData
/pdf/pdf-viewer/src/test/java/androidx/pdf/widget/
DZoomViewTest.java142 assertThat(zoomScroll.equals(ZoomScroll.fromBundle(bundle))).isTrue(); in testZoomScrollBundle()
/pdf/pdf-viewer/src/main/java/androidx/pdf/widget/
DZoomView.java1188 mPositionToRestore = ZoomScroll.fromBundle(positionBundle); in onRestoreInstanceState()
1351 public static @NonNull ZoomScroll fromBundle(@NonNull Bundle bundle) { in fromBundle() method in ZoomView.ZoomScroll
/pdf/pdf-viewer-fragment/src/main/java/androidx/pdf/viewer/fragment/
DPdfViewerFragmentV1.kt809 fileData = DisplayData.fromBundle(dataBundle) in <lambda>()