Home
last modified time | relevance | path

Searched defs:createGraph (Results 1 – 14 of 14) sorted by relevance

/navigation/navigation-dynamic-features-runtime/src/main/java/androidx/navigation/dynamicfeatures/
DNavHost.kt35 public inline fun NavHost.createGraph( method
42 public inline fun NavHost.createGraph( method
58 public inline fun NavHost.createGraph( method
75 public inline fun NavHost.createGraph( method
DNavController.kt35 public inline fun NavController.createGraph( method
42 public inline fun NavController.createGraph( method
58 public inline fun NavController.createGraph( method
75 public inline fun NavController.createGraph( method
/navigation/navigation-common-lint/src/test/java/androidx/navigation/common/lint/
DWrongStartDestinationTypeDetectorTest.kt43 fun createGraph() { in testEmptyConstructorNoError() method
76 fun createGraph() { in testNavGraphBuilder_classNoErrors() method
114 fun createGraph() { in testNavGraphBuilder_objectNoError() method
147 fun createGraph() { in testNavGraphBuilder_classHasError() method
267 fun createGraph() { in testNavProvider_classNoErrors() method
304 fun createGraph() { in testNavProvider_objectNoError() method
337 fun createGraph() { in testNavProvider_classHasError() method
455 fun createGraph() { in testSetStartDestination_classNoErrors() method
492 fun createGraph() { in testSetStartDestination_objectNoError() method
524 fun createGraph() { in testSetStartDestination_classHasError() method
/navigation/navigation-runtime/src/commonMain/kotlin/androidx/navigation/
DNavHost.kt56 public inline fun NavHost.createGraph( method
72 public inline fun NavHost.createGraph( method
89 public inline fun NavHost.createGraph( method
DNavController.kt654 public inline fun NavController.createGraph( method
670 public inline fun NavController.createGraph( method
687 public inline fun NavController.createGraph( method
/navigation/navigation-runtime-lint/src/test/java/androidx/navigation/runtime/lint/
DWrongStartDestinationTypeDetectorTest.kt43 fun createGraph() { in testEmptyConstructorNoError() method
74 fun createGraph() { in testNavController_classNoErrors() method
112 fun createGraph() { in testNavController_objectNoError() method
145 fun createGraph() { in testNavController_classHasError() method
265 fun createGraph() { in testHost_classNoErrors() method
303 fun createGraph() { in testNavHost_objectNoError() method
337 fun createGraph() { in testNavHost_classHasError() method
DWrongNavigateRouteDetectorTest.kt46 fun createGraph() { in getDetector() method
72 fun createGraph() { in testNoError() method
114 fun createGraph() { in testHasError() method
DWrongPopBackStackRouteDetectorTest.kt46 fun createGraph() { in getDetector() method
72 fun createGraph() { in testNoError() method
114 fun createGraph() { in testHasError() method
/navigation/navigation-compose-lint/src/test/java/androidx/navigation/compose/lint/
DWrongStartDestinationTypeDetectorTest.kt46 fun createGraph() { in testEmptyConstructorNoError() method
75 fun createGraph() { in testNavHost_classNoErrors() method
115 fun createGraph() { in testNavHost_objectNoError() method
150 fun createGraph() { in testNavHost_classHasError() method
/navigation/navigation-runtime/src/androidInstrumentedTest/kotlin/androidx/navigation/
DNavHostTest.kt41 fun createGraph() { in createGraph() method
DNavControllerTest.kt3914 fun createGraph() { in <lambda>() method in androidx.navigation.NavControllerTest
/navigation/navigation-runtime/src/androidMain/kotlin/androidx/navigation/
DNavHost.android.kt33 public inline fun NavHost.createGraph( method
DNavController.android.kt1198 public inline fun NavController.createGraph( method
/navigation/navigation-benchmark/src/androidTest/java/androidx/navigation/
DNavDestinationEqualsBenchmark.kt46 private fun NavigatorProvider.createGraph(count: Int) = in NavigatorProvider() method in androidx.navigation.NavDestinationEqualsBenchmark