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 D | DataStoreCoordinatorTest.kt | 68 afterRenderListListener.onAfterRenderList(listOf(entry), stackController) 75 afterRenderListListener.onAfterRenderList( 112 afterRenderListListener.onAfterRenderList(listOf(), stackController)
|
H A D | StackCoordinatorTest.kt | 71 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 D | DataStoreCoordinator.kt | 39 pipeline.addOnAfterRenderListListener { entries, _ -> onAfterRenderList(entries) } 46 private fun onAfterRenderList(entries: List<ListEntry>) { regex
|
H A D | StackCoordinator.kt | 41 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 D | OnAfterRenderListListener.java | 36 void onAfterRenderList( in onAfterRenderList() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | RenderStageManagerTest.kt | 165 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 D | RenderStageManager.kt | 94 listener.onAfterRenderList(entries, stackController)
|