Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java39 public class SectionHeaderView extends ActivatableNotificationView { class
47 public SectionHeaderView(Context context, AttributeSet attrs) { in SectionHeaderView() method in SectionHeaderView
DNotificationSectionsManager.java51 private SectionHeaderView mGentleHeader;
93 mGentleHeader = (SectionHeaderView) layoutInflater.inflate( in reinflateViews()
230 SectionHeaderView getGentleHeaderView() { in getGentleHeaderView()