Home
last modified time | relevance | path

Searched refs:BaseAdapterItemType (Results 1 – 6 of 6) sorted by relevance

/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/complexdifferenttypeslist/common/
DBaseAdapterItemType.kt19 interface BaseAdapterItemType interface
21 infix fun BaseAdapterItemType.with(data: Any): AdapterItemWrapper =
24 infix fun BaseAdapterItemType.withId(id: Any): AdapterItemWrapper =
DAdapterItemWrapper.kt20 val type: BaseAdapterItemType,
50 type: BaseAdapterItemType = this.type,
DBaseListAdapter.kt26 T : BaseAdapterItemType,
29 protected val viewTypes: List<BaseAdapterItemType> =
DCommonTypes.kt27 ) : BaseAdapterItemType {
DLazyColumnExt.kt27 ) where T : BaseAdapterItemType, T : Enum<T> { in <lambda>()
/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/complexdifferenttypeslist/viewholder/
DSquadViewType.kt19 …oidx.compose.integration.macrobenchmark.target.complexdifferenttypeslist.common.BaseAdapterItemType
22 enum class SquadViewType : BaseAdapterItemType {