Home
last modified time | relevance | path

Searched defs:onBeforeRenderList (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DOnBeforeRenderListListener.java33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinator.kt56 private fun onBeforeRenderList(list: List<ListEntry>) { regex
H A DShadeEventCoordinator.kt70 private fun onBeforeRenderList(entries: List<ListEntry>) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java2719 public void onBeforeRenderList(List<ListEntry> list) { in onBeforeRenderList() method in ShadeListBuilderTest.RecordingOnBeforeRenderListener