Home
last modified time | relevance | path

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 DRowAppearanceCoordinatorTest.kt88 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 DRowAppearanceCoordinator.kt53 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 DOnAfterRenderEntryListener.java34 void onAfterRenderEntry( in onAfterRenderEntry() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DRenderStageManagerTest.kt167 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 DRenderStageManager.kt127 listener.onAfterRenderEntry(entry, controller)