Home
last modified time | relevance | path

Searched defs:navGraph (Results 1 – 15 of 15) sorted by relevance

/navigation/navigation-runtime/src/androidInstrumentedTest/kotlin/androidx/navigation/
DNavBackStackEntryLifecycleTest.kt59 val navGraph = in <lambda>() constant
178 val navGraph = in <lambda>() constant
252 val navGraph = in <lambda>() constant
311 val navGraph = in <lambda>() constant
381 val navGraph = in <lambda>() constant
428 val navGraph = in <lambda>() constant
471 val navGraph = in <lambda>() constant
517 val navGraph = in <lambda>() constant
589 val navGraph = in <lambda>() constant
635 val navGraph = in <lambda>() constant
[all …]
DNavBackStackEntryTest.kt57 val navGraph = in testGetViewModelStoreOwner() constant
75 val navGraph = in testGetViewModelStoreOwnerAndroidViewModel() constant
94 val navGraph = in testEqualsOnRestore() constant
132 val navGraph = in testGetViewModelStoreOwnerSavedStateViewModel() constant
170 val navGraph = in testSaveRestoreGetViewModelStoreOwner() constant
240 val navGraph = in testGetSavedStateHandleRestored() constant
275 val navGraph = in testCreateViewModelViaExtras() constant
417 val navGraph = in testOnClearedWhenHostCleared() constant
442 val navGraph = in testOnClearedWhenPopped() constant
471 val navGraph = in testOnClearedWhenHostClearedAfterSaveState() constant
[all …]
DNavControllerActivityTest.kt107 val navGraph = in testActivityDeepLinkHandledOnce() constant
DNavDeepLinkBuilderTest.kt92 val navGraph = navInflater.inflate(R.navigation.nav_simple) in fromContextSetGraphNavInflater() constant
119 val navGraph = navigatorProvider.navigation(startDestination = 1) { test(1) } in fromContextSetGraphProgrammatic() constant
135 val navGraph = in fromContextSetGraphProgrammaticRoute() constant
DNavControllerTest.kt265 val navGraph = in <lambda>() constant
480 val navGraph = in <lambda>() constant
502 val navGraph = in <lambda>() constant
DNavControllerRouteTest.kt590 val navGraph = in <lambda>() constant
772 val navGraph = in <lambda>() constant
796 val navGraph = in <lambda>() constant
/navigation/navigation-fragment-compose/src/androidTest/java/androidx/navigation/fragment/compose/
DComposableFragmentNavigatorTest.kt53 val navGraph = navController.navInflater.inflate(R.navigation.nav_simple) in inflateGraph() constant
/navigation/navigation-common-lint/src/test/java/androidx/navigation/common/lint/
DWrongStartDestinationTypeDetectorTest.kt46 val navGraph = NavGraph() in testEmptyConstructorNoError() constant
456 val navGraph = NavGraph() in testSetStartDestination_classNoErrors() constant
493 val navGraph = NavGraph() in testSetStartDestination_objectNoError() constant
525 val navGraph = NavGraph() in testSetStartDestination_classHasError() constant
/navigation/navigation-safe-args-generator/src/test/kotlin/androidx/navigation/safe/args/generator/
DNavParserTest.kt36 val navGraph = in <lambda>() constant
123 val navGraph = in <lambda>() constant
/navigation/navigation-ui/src/androidTest/java/androidx/navigation/ui/
DAppBarConfigurationTest.kt53 val navGraph = in testTopLevelFromGraph() constant
158 val navGraph = in testIsTopLevelDestination_simpleGraph() constant
/navigation/navigation-fragment/src/androidTest/java/androidx/navigation/fragment/
DNavGraphViewModelLazyTest.kt71 val navGraph = in <lambda>() constant
93 val navGraph = in <lambda>() constant
/navigation/navigation-common/src/androidMain/kotlin/androidx/navigation/
DNavGraphBuilder.android.kt150 super.build().also { navGraph -> in <lambda>() method
/navigation/navigation-dynamic-features-runtime/src/main/java/androidx/navigation/dynamicfeatures/
DDynamicIncludeNavGraphBuilder.kt244 super.build().also { navGraph -> in includeDynamic() method
DDynamicNavGraphBuilder.kt283 super.build().also { navGraph -> in <lambda>() method
/navigation/navigation-common/src/androidUnitTest/kotlin/androidx/navigation/
DNavDestinationTest.kt171 val navGraph = navGraphNavigator.createDestination().apply { id = navGraphId } in buildDeepLinkIdsDoubleNavGraph() constant