Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManagerTest.java158 mSectionsManager.updateSectionBoundaries(); in testInsertHeader()
171 mSectionsManager.updateSectionBoundaries(); in testRemoveHeader()
180 mSectionsManager.updateSectionBoundaries(); in testRemoveHeader()
195 mSectionsManager.updateSectionBoundaries(); in testDoNothingIfHeaderAlreadyRemoved()
209 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderForward()
218 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderForward()
232 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderBackward()
241 mSectionsManager.updateSectionBoundaries(); in testMoveHeaderBackward()
253 mSectionsManager.updateSectionBoundaries(); in testHeaderRemovedFromTransientParent()
264 mSectionsManager.updateSectionBoundaries(); in testHeaderRemovedFromTransientParent()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt187 fun updateSectionBoundaries() = updateSectionBoundaries("test") in <lambda>() method
244 fun updateSectionBoundaries(reason: String) { in <lambda>() method
DNotificationStackScrollLayoutController.java229 updateSectionBoundaries("dynamic privacy changed");
1218 public void updateSectionBoundaries(String reason) {
1219 mView.updateSectionBoundaries(reason);
DNotificationStackScrollLayout.java5611 public void updateSectionBoundaries(String reason) {
5612 mSectionsManager.updateSectionBoundaries(reason);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java3769 mNotificationStackScrollLayoutController.updateSectionBoundaries(reason); in updateNotificationViews()