Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt188 private interface SectionUpdateState<out T : ExpandableView> { regex
195 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 {