Searched refs:SectionUpdateState (Results 1 – 1 of 1) sorted by relevance
188 private interface SectionUpdateState<out T : ExpandableView> { regex195 private fun <T : ExpandableView> expandableViewHeaderState(header: T): SectionUpdateState<T> =196 object : SectionUpdateState<T> {227 ): SectionUpdateState<T> {229 return object : SectionUpdateState<T> by inner {264 fun getSectionState(view: View): SectionUpdateState<ExpandableView>? = when {