Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DSectionHeaderController.kt30 import com.android.systemui.statusbar.notification.stack.SectionHeaderView
35 val headerView: SectionHeaderView?
49 private var _view: SectionHeaderView? = null
73 as SectionHeaderView
84 override val headerView: SectionHeaderView?
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt65 val silentHeaderView: SectionHeaderView?
69 val alertingHeaderView: SectionHeaderView?
73 val incomingHeaderView: SectionHeaderView?
77 val peopleHeaderView: SectionHeaderView?
H A DSectionHeaderView.java38 public class SectionHeaderView extends StackScrollerDecorView { class
47 public SectionHeaderView(Context context, AttributeSet attrs) { in SectionHeaderView() method in SectionHeaderView
H A DStackScrollAlgorithm.java233 } else if (view instanceof SectionHeaderView) { in logView()
698 && !(previousChild instanceof SectionHeaderView) in childNeedsGapHeight()
H A DNotificationStackScrollLayout.java1891 if (child instanceof SectionHeaderView) {
5230 if (view instanceof SectionHeaderView && silentSectionWillBeGone) { in shouldHideParent()