Searched refs:isShelfStatic (Results 1 – 3 of 3) sorted by relevance
76 val shelfStatic by collectLastValue(underTest.isShelfStatic) in <lambda>()85 val shelfStatic by collectLastValue(underTest.isShelfStatic) in <lambda>()95 val shelfStatic by collectLastValue(underTest.isShelfStatic) in <lambda>()
41 get() = interactor.isShelfStatic.map { static -> !static } in <lambda>()
45 val isShelfStatic: Flow<Boolean> in <lambda>() constant in com.android.systemui.statusbar.notification.shelf.domain.interactor.NotificationShelfInteractor