Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListMeasuredItemProvider.kt54 val contentType = itemProvider.getContentType(index) in getAndMeasure() constant
DLazyListItemInfo.kt45 val contentType: Any? constant
DLazyListMeasuredItem.kt59 override val contentType: Any?, in <lambda>() constant in androidx.compose.foundation.lazy.LazyListMeasuredItem
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridMeasuredItemProvider.kt61 val contentType = itemProvider.getContentType(index) in getAndMeasure() constant
DLazyGridItemInfo.kt61 val contentType: Any? constant
DLazyGridMeasuredItem.kt55 override val contentType: Any?, in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/autofill/
DAutofillModifier.kt39 fun Modifier.contentType(contentType: ContentType): Modifier = in Modifier() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutMeasureScope.kt122 val contentType = itemProvider.getContentType(index) in <lambda>() constant
DLazyLayoutItemContentFactory.kt77 private inner class CachedItemContent(index: Int, val key: Any, val contentType: Any?) { constant
DLazyLayoutPrefetchState.kt634 val contentType = itemProvider.getContentType(index) in createNestedPrefetchRequest() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridMeasure.kt1252 val contentType = itemProvider.getContentType(index) in findPreviousItemIndex() constant
1270 val contentType = itemProvider.getContentType(index) in findPreviousItemIndex() constant
1300 override val contentType: Any?, constant
DLazyStaggeredGridMeasureResult.kt59 val contentType: Any? in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt931 var SemanticsPropertyReceiver.contentType by SemanticsProperties.ContentType variable