Searched defs:navGraphNavigator (Results 1 – 7 of 7) sorted by relevance
139 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsToStartDestination() constant156 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIds() constant169 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsDoubleNavGraph() constant184 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromParentDestination() constant199 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromParentDestinationToStartDestination() constant219 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsFromDestinationToSelf() constant239 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsToNestedStartDestination() constant263 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsWithNestedStartDestination() constant283 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in buildDeepLinkIdsPreviousSame() constant363 val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) in hierarchy() constant
47 private lateinit var navGraphNavigator: NavGraphNavigator variable in androidx.navigation.NavGraphNavigatorTest
37 private lateinit var navGraphNavigator: NavGraphNavigator variable in androidx.navigation.NavGraphTest
293 val navGraphNavigator: DynamicGraphNavigator = in <lambda>() constant
182 internal val navGraphNavigator: DynamicGraphNavigator, constant in androidx.navigation.dynamicfeatures.DynamicGraphNavigator.DynamicNavGraph
35 private val navGraphNavigator = NavGraphNavigator(mock(NavigatorProvider::class.java)) constant
120 val navGraphNavigator: Navigator<out NavGraph> = in <lambda>() constant