Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/recyclerview/
DRecyclerViewAdapter.kt26 private val itemClassToItemViewTypeMap: Map<Class<*>, Int>, constant in com.android.healthconnect.controller.shared.recyclerview.RecyclerViewAdapter
37 private val itemClassToItemViewTypeMap: MutableMap<Class<*>, Int> = mutableMapOf() constant in com.android.healthconnect.controller.shared.recyclerview.RecyclerViewAdapter.Builder