Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java121 mSectionsManager = in setUp()
157 mSectionsManager.updateSectionBoundaries(); in testInsertHeader()
170 mSectionsManager.updateSectionBoundaries(); in testRemoveHeader()
179 mSectionsManager.updateSectionBoundaries(); in testRemoveHeader()
194 mSectionsManager.updateSectionBoundaries(); in testDoNothingIfHeaderAlreadyRemoved()
208 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderForward()
217 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderForward()
231 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderBackward()
240 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderBackward()
252 mSectionsManager.updateSectionBoundaries(); in testHeaderRemovedFromTransientParent()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java453 private final NotificationSectionsManager mSectionsManager; field in NotificationStackScrollLayout
572 mSectionsManager = Dependency.get(NotificationSectionsManager.class); in NotificationStackScrollLayout()
576 mSectionsManager.initialize(this, LayoutInflater.from(context)); in NotificationStackScrollLayout()
577 mSections = mSectionsManager.createSectionsForBuckets(); in NotificationStackScrollLayout()
667 mSectionsManager.reinflateViews(LayoutInflater.from(mContext)); in reinflateViews()
2906 boolean sectionViewsChanged = mSectionsManager.updateFirstAndLastViewsForAllSections( in updateFirstAndLastBackgroundViews()
4286 mSectionsManager.setHeaderForegroundColor(textColor); in updateDecorViews()
5326 mSectionsManager.updateFirstAndLastViewsForAllSections( in onSwipeBegin()
5331 if (mSectionsManager.beginsSection(viewSwiped, viewBefore)) { in onSwipeBegin()
5338 if (mSectionsManager.beginsSection(viewAfter, viewSwiped)) { in onSwipeBegin()
[all …]