Home
last modified time | relevance | path

Searched defs:navType (Results 1 – 13 of 13) sorted by relevance

/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/serialization/
DRouteSerializer.kt64 forEachIndexed(typeMap) { index, argName, navType -> in <lambda>() method
142 serializer.forEachIndexed(typeMap) { index, argName, navType -> in generateRouteWithArgs() method
188 val navType = in forEachIndexed() constant
209 val navType = typeMap[argName] in forEachIndexed() constant
DRouteEncoder.kt96 val navType = typeMap[argName] in internalEncodeValue() constant
DRouteDecoder.kt178 val navType = typeMap[key] in get() constant
/navigation/navigation-common/src/androidUnitTest/kotlin/androidx/navigation/serialization/
DNavArgumentGeneratorTest.kt694 val navType = in convertToParcelable() constant
725 val navType = in convertToParcelableNullable() constant
757 val navType = in convertToParcelableArray() constant
788 val navType = in convertToParcelableArrayNullable() constant
814 val navType = in convertToSerializable() constant
840 val navType = in convertToSerializableNullable() constant
866 val navType = in convertToSerializableArray() constant
892 val navType = in convertToSerializableArrayNullable() constant
990 val navType = in convertToEnumArray() constant
1028 val navType = in convertValueClass() constant
/navigation/navigation-runtime/src/androidMain/kotlin/androidx/navigation/
DActivityNavigator.android.kt103 val navType = destination.arguments[argName]?.type in <lambda>() constant
DNavInflater.android.kt167 var navType: NavType<*>? = null in <lambda>() variable
/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/serialization/
DRouteDecoderTest.kt277 val navType = in decodeValueClass() constant
497 val navType = it.argument.type in decode() constant
DRouteFilledTest.kt485 val navType = in customTypeParam() constant
514 val navType = in customTypeParamNested() constant
/navigation/navigation-ui/src/androidTest/java/androidx/navigation/ui/
DNavigationUITest.kt231 val navType = in navigateWithLabelEncodedByNavType() constant
/navigation/navigation-runtime/src/androidInstrumentedTest/kotlin/androidx/navigation/
DActivityNavigatorTest.kt252 val navType = in <lambda>() constant
DNavControllerRouteTest.kt5501 val navType = in <lambda>() constant
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/
DNavDeepLink.kt309 val navType = argument?.type in <lambda>() constant
/navigation/navigation-compose/src/androidInstrumentedTest/kotlin/androidx/navigation/compose/
DNavHostControllerTest.kt390 val navType = in <lambda>() constant