Home
last modified time | relevance | path

Searched defs:ContentDataType (Results 1 – 4 of 4) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/autofill/
DContentDataType.android.kt25 actual sealed interface ContentDataType { interface
38 fun ContentDataType(dataType: Int): ContentDataType = AndroidContentDataType(dataType) method
40 val ContentDataType.dataType: Int constant
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/autofill/
DContentDataType.commonStubs.kt21 actual sealed interface ContentDataType { interface
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/autofill/
DContentDataType.kt25 expect sealed interface ContentDataType { interface
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt128 val ContentDataType = in <lambda>() constant