Home
last modified time | relevance | path

Searched refs:onAfterRenderGroup (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupWhenCoordinatorTest.kt92 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_setClosestTimeByNow_whenAllNotificationsAreBeforeNow()
113 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_setClosestTimeByNow_whenAllNotificationsAreAfterNow()
136 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_setClosestFutureTimeByNow_whenThereAreBothBeforeAndAfterNow()
158 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_filterInvalidNotificationTimes()
179 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_setSummaryTimeWhenAllNotificationTimesAreInvalid()
201 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_schedulePipelineInvalidationWhenAnyNotificationIsInTheFuture()
220 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in setNotificationGroupWhen_cancelPrevPipelineInvalidation()
DGroupCountCoordinatorTest.kt76 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in testSetUntruncatedChildCount()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGroupCountCoordinator.kt34 pipeline.addOnAfterRenderGroupListener(::onAfterRenderGroup) in <lambda>()
45 private fun onAfterRenderGroup(group: GroupEntry, controller: NotifGroupController) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DOnAfterRenderGroupListener.java33 void onAfterRenderGroup( in onAfterRenderGroup() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DRenderStageManagerTest.kt166 verify(onAfterRenderGroupListener, times(2)).onAfterRenderGroup(any(), any()) in testDoesCallListenerWithEachGroupAndEntry()
186 verify(onAfterRenderGroupListener, never()).onAfterRenderGroup(any(), any()) in testDoesNotCallGroupAndEntryListenersIfTheListIsEmpty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DRenderStageManager.kt110 listener.onAfterRenderGroup(group, controller) in <lambda>()