Searched refs:PhotopickerDestinations (Results 1 – 13 of 13) sorted by relevance
21 import com.android.photopicker.core.navigation.PhotopickerDestinations22 import com.android.photopicker.core.navigation.PhotopickerDestinations.PHOTO_GRID23 import com.android.photopicker.core.navigation.PhotopickerDestinations.PREVIEW_MEDIA24 import com.android.photopicker.core.navigation.PhotopickerDestinations.PREVIEW_SELECTION90 if (this.currentDestination?.route == PhotopickerDestinations.ALBUM_GRID.route) { in NavController()97 PhotopickerDestinations.ALBUM_GRID.route, in NavController()103 this.navigate(PhotopickerDestinations.ALBUM_GRID.route, navOptions) in NavController()116 this.navigate(PhotopickerDestinations.ALBUM_MEDIA_GRID.route, navOptions) in navigateToAlbumMediaGrid()120 this.getBackStackEntry(PhotopickerDestinations.ALBUM_MEDIA_GRID.route) in navigateToAlbumMediaGrid()
33 import com.android.photopicker.core.navigation.PhotopickerDestinations41 PhotopickerDestinations.ALBUM_GRID.route,42 PhotopickerDestinations.PHOTO_GRID.route,
35 import com.android.photopicker.core.navigation.PhotopickerDestinations75 override val route = PhotopickerDestinations.PREVIEW_SELECTION.route in registerNavigationRoutes()108 override val route = PhotopickerDestinations.PREVIEW_MEDIA.route in registerNavigationRoutes()
39 import com.android.photopicker.core.navigation.PhotopickerDestinations74 override val route = PhotopickerDestinations.PHOTO_GRID.route in registerNavigationRoutes()
39 import com.android.photopicker.core.navigation.PhotopickerDestinations in <lambda>()40 import com.android.photopicker.core.navigation.PhotopickerDestinations.PHOTO_GRID in <lambda>()
38 import com.android.photopicker.core.navigation.PhotopickerDestinations in <lambda>()127 isCurrentRoute = { route -> route == PhotopickerDestinations.ALBUM_GRID.route }, in AlbumGridNavButton()
39 import com.android.photopicker.core.navigation.PhotopickerDestinations.ALBUM_GRID40 import com.android.photopicker.core.navigation.PhotopickerDestinations.ALBUM_MEDIA_GRID
52 import com.android.photopicker.core.navigation.PhotopickerDestinations in <lambda>()
52 import com.android.photopicker.core.navigation.PhotopickerDestinations198 .isEqualTo(PhotopickerDestinations.PHOTO_GRID.route) in testPhotoGridIsTheInitialRoute()294 .isEqualTo(PhotopickerDestinations.ALBUM_GRID.route) in testSwipeLeftToNavigateToAlbumGrid()
19 enum class PhotopickerDestinations(val route: String) { class
129 override val route = PhotopickerDestinations.DEFAULT.route in getStartDestination()
67 import com.android.photopicker.core.navigation.PhotopickerDestinations338 .isEqualTo(PhotopickerDestinations.PREVIEW_MEDIA.route) in testNavigateToPreviewImage()372 .isEqualTo(PhotopickerDestinations.PREVIEW_MEDIA.route) in testNavigateToPreviewVideo()466 .isEqualTo(PhotopickerDestinations.PREVIEW_SELECTION.route) in testNavigateToPreviewSelection()500 .isEqualTo(PhotopickerDestinations.PREVIEW_SELECTION.route) in testPreviewSelectionActions()
120 assertThat(route).isEqualTo(PhotopickerDestinations.DEFAULT.route) in testVerifyStartDestinationWithNoFeatures()