Searched refs:NotifStackController (Results 1 – 13 of 13) sorted by relevance
22 interface NotifStackController { interface47 open class DefaultNotifStackController @Inject constructor() : NotifStackController {
41 @Assisted private val stackController: NotifStackController,75 override fun getStackController(): NotifStackController = stackController in getStackController()89 stackController: NotifStackController in getStackController()
43 fun getStackController(): NotifStackController in onRenderList()
23 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;38 @NonNull NotifStackController controller); in onAfterRenderList()
23 import com.android.systemui.statusbar.notification.collection.render.NotifStackController36 stackController: NotifStackController,
24 import com.android.systemui.statusbar.notification.collection.render.NotifStackController38 stackController: NotifStackController, in initialize()
37 import com.android.systemui.statusbar.notification.collection.render.NotifStackController in <lambda>()79 stackController: NotifStackController, in <lambda>()
26 import com.android.systemui.statusbar.notification.collection.render.NotifStackController58 fun onAfterRenderList(entries: List<ListEntry>, controller: NotifStackController) = in onAfterRenderList()
29 import com.android.systemui.statusbar.notification.collection.render.NotifStackController52 @Mock private lateinit var stackController: NotifStackController
32 import com.android.systemui.statusbar.notification.collection.render.NotifStackController69 @Mock private lateinit var stackController: NotifStackController
36 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;93 NotifStackController stackController) { in initialize()
212 override fun getStackController(): NotifStackController = mock() in listWith2Groups8Entries()
112 import com.android.systemui.statusbar.notification.collection.render.NotifStackController;228 private final NotifStackController mNotifStackController =1627 public NotifStackController getNotifStackController() {2127 private class NotifStackControllerImpl implements NotifStackController {