Searched refs:setShadeEmptiedCallback (Results 1 – 4 of 4) sorted by relevance
28 fun setShadeEmptiedCallback(callback: Runnable) method
65 override fun setShadeEmptiedCallback(callback: Runnable) { in setShadeEmptiedCallback() method in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinator
75 coordinator.setShadeEmptiedCallback(shadeEmptiedCallback) in setUp()
178 mNotifShadeEventSource.setShadeEmptiedCallback(this::maybeClosePanelForShadeEmptied); in StatusBarNotificationPresenter()