Home
last modified time | relevance | path

Searched defs:navGraphNavigator (Results 1 – 7 of 7) sorted by relevance

/navigation/navigation-common/src/androidUnitTest/kotlin/androidx/navigation/
DNavDestinationTest.kt139 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsToStartDestination() constant
156 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIds() constant
169 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsDoubleNavGraph() constant
184 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromParentDestination() constant
199 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromParentDestinationToStartDestination() constant
219 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromDestinationToSelf() constant
239 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsToNestedStartDestination() constant
263 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsWithNestedStartDestination() constant
283 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsPreviousSame() constant
363 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in hierarchy() constant
DNavGraphNavigatorTest.kt47 private lateinit var navGraphNavigator: NavGraphNavigator variable in androidx.navigation.NavGraphNavigatorTest
DNavGraphTest.kt37 private lateinit var navGraphNavigator: NavGraphNavigator variable in androidx.navigation.NavGraphTest
/navigation/navigation-dynamic-features-runtime/src/main/java/androidx/navigation/dynamicfeatures/
DDynamicNavGraphBuilder.kt293 val navGraphNavigator: DynamicGraphNavigator = in <lambda>() constant
DDynamicGraphNavigator.kt182 internal val navGraphNavigator: DynamicGraphNavigator, constant in androidx.navigation.dynamicfeatures.DynamicGraphNavigator.DynamicNavGraph
/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/
DNavGraphTest.kt35 private val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) constant
/navigation/navigation-runtime/src/commonMain/kotlin/androidx/navigation/internal/
DNavControllerImpl.kt120 val navGraphNavigator: Navigator<out NavGraph> = in <lambda>() constant