Home
last modified time | relevance | path

Searched defs:navDeepLink (Results 1 – 2 of 2) sorted by relevance

/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/
DNavDeepLinkBuilderTest.kt38 val navDeepLink = navDeepLink { in buildDeepLinkAllSet() constant
79 val navDeepLink = navDeepLink { in buildDeepLinkDoubleActionSetNull() constant
96 val navDeepLink = in buildDeepLinkAllSetKClass() constant
117 val navDeepLink = in buildDeepLinkAllSetKClassNonReified() constant
140 val navDeepLink = in buildDeepLinkAllSetKClassWithPathArgs() constant
163 val navDeepLink = in buildDeepLinkAllSetKClassWithQueryArgs() constant
207 val navDeepLink = in buildDeepLinkDoubleActionSetNullKClass() constant
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/
DNavDeepLinkDslBuilder.kt39 public fun navDeepLink(deepLinkBuilder: NavDeepLinkDslBuilder.() -> Unit): NavDeepLink = in navDeepLink() method
57 public inline fun <reified T : Any> navDeepLink( in navDeepLink() method
79 public fun <T : Any> navDeepLink( in navDeepLink() method