Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java92 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in setUp()
102 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondChanged()
111 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenFirstChanged()
120 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionFirstChanged()
129 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackCalledWhenSecondSectionLastChanged()
138 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testCallbackNotCalledWhenFirstChangesSections()
147 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnLast()
159 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessPulsing()
185 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionLast()
195 mRoundnessManager.updateRoundedChildren(new NotificationSection[]{ in testRoundnessSetOnSecondSectionFirst()
[all …]
H A DNotificationStackScrollLayoutTest.java103 @Mock private NotificationSection mNotificationSection;
137 new NotificationSection[]{ in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java219 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()
236 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()
243 for (NotificationSection section : sections) { in handleRemovedOldViews()
267 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()
270 for (NotificationSection section : sections) { in handleAddedNewViews()
H A DNotificationSectionsManager.kt125 fun createSectionsForBuckets(): Array<NotificationSection> =
127 .map { NotificationSection(parent, it) }
372 fun updateSection(section: NotificationSection): Boolean = when (this) {
378 private fun NotificationSection.setFirstAndLastVisibleChildren( regex
394 sections: Array<NotificationSection>,
421 private fun logSections(sections: Array<NotificationSection>) {
H A DNotificationStackScrollLayout.java329 private NotificationSection[] mSections;
812 for (NotificationSection section : mSections) { in drawBackground()
855 for (NotificationSection section : mSections) { in drawBackgroundRects()
2345 for (NotificationSection section : mSections) {
2351 for (NotificationSection section : mSections) {
2361 for (NotificationSection section : mSections) {
2375 for (NotificationSection section : mSections) {
2393 for (NotificationSection section : mSections) {
2423 for (NotificationSection section : mSections) {
2437 for (NotificationSection section : mSections) {
[all …]
H A DNotificationSection.java37 public class NotificationSection { class
49 NotificationSection(View owningView, @PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotifications.proto38 enum NotificationSection { enum
47 optional NotificationSection section = 6;
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto4936 enum NotificationSection { enum
4945 optional NotificationSection section = 6;