Home
last modified time | relevance | path

Searched refs:_notificationPlaceholderBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt104 private val _notificationPlaceholderBounds = MutableStateFlow(NotificationContainerBounds()) in <lambda>() constant
109 _notificationPlaceholderBounds.pairwise().flatMapLatest { (oldBounds, newBounds) -> in <lambda>()
142 _notificationPlaceholderBounds, in <lambda>()
165 _notificationPlaceholderBounds.value = position in <lambda>()