Searched defs:onBeforeRenderList (Results 1 – 5 of 5) sorted by relevance
64 private fun onBeforeRenderList(list: List<ListEntry>) { in <lambda>() method
70 private fun onBeforeRenderList(entries: List<ListEntry>) { in onBeforeRenderList() method
98 override fun onBeforeRenderList(entries: List<ListEntry>) { in bindCoordinator() method in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorImpl
33 void onBeforeRenderList(List<ListEntry> entries); in onBeforeRenderList() method
2688 public void onBeforeRenderList(List<ListEntry> list) { in onBeforeRenderList() method in ShadeListBuilderTest.RecordingOnBeforeRenderListener