Searched refs:enabledUiFeatures (Results 1 – 2 of 2) sorted by relevance
51 startDestination = getStartDestination(featureManager.enabledUiFeatures).route, in <lambda>()73 var allRoutes = featureManager.enabledUiFeatures.flatMap { it.registerNavigationRoutes() } in NavGraphBuilder()82 allRoutes = listOf(getStartDestination(featureManager.enabledUiFeatures)) in NavGraphBuilder()122 private fun getStartDestination(enabledUiFeatures: Set<PhotopickerUiFeature>): Route { in getStartDestination()124 val allRoutes = enabledUiFeatures.flatMap { it.registerNavigationRoutes() } in getStartDestination()
108 val enabledUiFeatures: Set<PhotopickerUiFeature> constant in com.android.photopicker.core.features.FeatureManager