Home
last modified time | relevance | path

Searched refs:addOnAfterRenderGroupListener (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt230 fun addOnAfterRenderGroupListener(listener: OnAfterRenderGroupListener) { regex
231 mRenderStageManager.addOnAfterRenderGroupListener(listener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupCountCoordinator.kt34 pipeline.addOnAfterRenderGroupListener(::onAfterRenderGroup)
H A DGroupWhenCoordinator.kt51 pipeline.addOnAfterRenderGroupListener(::onAfterRenderGroupListener)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManagerTest.kt73 renderStageManager.addOnAfterRenderGroupListener(onAfterRenderGroupListener)
138 renderStageManager.addOnAfterRenderGroupListener(mock())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGroupCountCoordinatorTest.kt62 verify(pipeline).addOnAfterRenderGroupListener(capture())
H A DGroupWhenCoordinatorTest.kt75 verify(pipeline).addOnAfterRenderGroupListener(capture())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManager.kt71 fun addOnAfterRenderGroupListener(listener: OnAfterRenderGroupListener) { regex