Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java88 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()
98 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()
107 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()
116 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()
125 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()
134 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()
143 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()
155 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()
181 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()
191 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()
[all …]
DNotificationStackScrollLayoutTest.java107 @Mock private NotificationSection mNotificationSection;
131 new NotificationSection[]{ in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java205 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()
222 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()
229 for (NotificationSection section : sections) { in handleRemovedOldViews()
253 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()
256 for (NotificationSection section : sections) { in handleAddedNewViews()
DNotificationSectionsManager.kt126 fun createSectionsForBuckets(): Array<NotificationSection> = in <lambda>()
128 .map { NotificationSection(parent, it) } in <lambda>()
373 fun updateSection(section: NotificationSection): Boolean = when (this) { in <lambda>()
379 private fun NotificationSection.setFirstAndLastVisibleChildren( in <lambda>() method
395 sections: Array<NotificationSection>, in <lambda>()
422 private fun logSections(sections: Array<NotificationSection>) { in <lambda>()
DNotificationSection.java37 public class NotificationSection { class
49 NotificationSection(View owningView, @PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
DNotificationStackScrollLayout.java331 private NotificationSection[] mSections;
780 for (NotificationSection section : mSections) { in drawBackground()
823 for (NotificationSection section : mSections) { in drawBackgroundRects()
1421 final NotificationSection firstVisibleSection = getFirstVisibleSection();
2296 for (NotificationSection section : mSections) {
2311 for (NotificationSection section : mSections) {
2317 for (NotificationSection section : mSections) {
2327 for (NotificationSection section : mSections) {
2339 NotificationSection firstVisibleSection = getFirstVisibleSection();
2340 NotificationSection lastVisibleSection = getLastVisibleSection();
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto38 enum NotificationSection { enum
47 optional NotificationSection section = 6;
/frameworks/proto_logging/stats/
Datoms.proto4741 enum NotificationSection { enum
4750 optional NotificationSection section = 6;