Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java75 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()
85 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()
94 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()
103 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()
112 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()
121 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()
130 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()
142 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()
161 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()
171 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java162 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()
179 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()
186 for (NotificationSection section : sections) { in handleRemovedOldViews()
212 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()
215 for (NotificationSection section : sections) { in handleAddedNewViews()
DNotificationSectionsManager.java193 final NotificationSection highPrioritySection, in updateFirstAndLastViewsInSections()
194 final NotificationSection lowPrioritySection, in updateFirstAndLastViewsInSections()
DNotificationSection.java35 class NotificationSection { class
46 NotificationSection(View owningView) { in NotificationSection() method in NotificationSection
DNotificationStackScrollLayout.java356 private NotificationSection[] mSections = new NotificationSection[NUM_SECTIONS];
527 mSections[i] = new NotificationSection(this); in NotificationStackScrollLayout()
833 for (NotificationSection section : mSections) {
870 for (NotificationSection section : mSections) {
1444 NotificationSection firstVisibleSection = getFirstVisibleSection();
2446 for (NotificationSection section : mSections) {
2461 for (NotificationSection section : mSections) {
2467 for (NotificationSection section : mSections) {
2477 for (NotificationSection section : mSections) {
2489 NotificationSection firstVisibleSection = getFirstVisibleSection();
[all …]