Searched refs:onAfterRenderEntry (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RowAppearanceCoordinatorTest.kt | 88 afterRenderEntryListener.onAfterRenderEntry(entry1, controller1) 90 afterRenderEntryListener.onAfterRenderEntry(entry2, controller2) 99 afterRenderEntryListener.onAfterRenderEntry(entry1, controller1) 101 afterRenderEntryListener.onAfterRenderEntry(entry2, controller2) 107 afterRenderEntryListener.onAfterRenderEntry(entry1, controller1) 113 afterRenderEntryListener.onAfterRenderEntry(entry1, controller1)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | RowAppearanceCoordinator.kt | 53 pipeline.addOnAfterRenderEntryListener(::onAfterRenderEntry) 62 private fun onAfterRenderEntry(entry: NotificationEntry, controller: NotifRowController) { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/ |
H A D | OnAfterRenderEntryListener.java | 34 void onAfterRenderEntry( in onAfterRenderEntry() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | RenderStageManagerTest.kt | 167 verify(onAfterRenderEntryListener, times(8)).onAfterRenderEntry(any(), any()) 187 verify(onAfterRenderEntryListener, never()).onAfterRenderEntry(any(), any())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | RenderStageManager.kt | 127 listener.onAfterRenderEntry(entry, controller)
|