Searched refs:onAfterRenderGroup (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | GroupWhenCoordinatorTest.kt | 92 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()
|
D | GroupCountCoordinatorTest.kt | 76 afterRenderGroupListener.onAfterRenderGroup(groupEntry, groupController) in testSetUntruncatedChildCount()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | GroupCountCoordinator.kt | 34 pipeline.addOnAfterRenderGroupListener(::onAfterRenderGroup) in <lambda>() 45 private fun onAfterRenderGroup(group: GroupEntry, controller: NotifGroupController) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.GroupCountCoordinator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
D | OnAfterRenderGroupListener.java | 33 void onAfterRenderGroup( in onAfterRenderGroup() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | RenderStageManagerTest.kt | 166 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/ |
D | RenderStageManager.kt | 110 listener.onAfterRenderGroup(group, controller) in <lambda>()
|