Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinatorTest.kt68 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
75 afterRenderListListener.onAfterRenderList(
112 afterRenderListListener.onAfterRenderList(listOf(), stackController)
H A DStackCoordinatorTest.kt71 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
78 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
85 afterRenderListListener.onAfterRenderList(listOf(entry), stackController)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDataStoreCoordinator.kt39 pipeline.addOnAfterRenderListListener { entries, _ -> onAfterRenderList(entries) }
46 private fun onAfterRenderList(entries: List<ListEntry>) { regex
H A DStackCoordinator.kt41 pipeline.addOnAfterRenderListListener(::onAfterRenderList)
48 fun onAfterRenderList(entries: List<ListEntry>, controller: NotifStackController) = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnAfterRenderListListener.java36 void onAfterRenderList( in onAfterRenderList() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManagerTest.kt165 verify(onAfterRenderListListener, times(1)).onAfterRenderList(any(), any())
185 verify(onAfterRenderListListener, times(1)).onAfterRenderList(any(), any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManager.kt94 listener.onAfterRenderList(entries, stackController)