Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt29 import com.android.systemui.common.shared.model.NotificationContainerBounds in <lambda>()
104 private val _notificationPlaceholderBounds = MutableStateFlow(NotificationContainerBounds()) in <lambda>()
128 NotificationContainerBounds(top = top, bottom = bottom) in <lambda>()
139 val notificationContainerBounds: StateFlow<NotificationContainerBounds> by lazy { in <lambda>()
145 ) { bounds, nonSplitShadeBounds: NotificationContainerBounds, cfg -> in <lambda>()
159 initialValue = NotificationContainerBounds(), in <lambda>()
163 fun setNotificationContainerBounds(position: NotificationContainerBounds) { in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt29 import com.android.systemui.common.shared.model.NotificationContainerBounds in <lambda>()
562 NotificationContainerBounds(top = 1f, bottom = 2f) in <lambda>()
565 assertThat(bounds).isEqualTo(NotificationContainerBounds(top = 1f, bottom = 2f)) in <lambda>()
589 NotificationContainerBounds(top = 1f, bottom = 52f) in <lambda>()
596 NotificationContainerBounds( in <lambda>()
624 NotificationContainerBounds(top = 1f, bottom = 52f) in <lambda>()
629 assertThat(bounds).isEqualTo(NotificationContainerBounds(top = -4f, bottom = 2f)) in <lambda>()
645 .isEqualTo(NotificationContainerBounds(top = 10f, bottom = 0f, isAnimated = true)) in <lambda>()
661 .isEqualTo(NotificationContainerBounds(top = 10f, bottom = 0f, isAnimated = false)) in <lambda>()
837 NotificationContainerBounds(top = interpolatedTop, bottom = interpolatedBottom) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/shared/model/
DNotificationContainerBounds.kt20 data class NotificationContainerBounds( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModel.kt23 import com.android.systemui.common.shared.model.NotificationContainerBounds in <lambda>()
364 val bounds: StateFlow<NotificationContainerBounds> by lazy { in <lambda>()
392 initialValue = NotificationContainerBounds(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt25 import com.android.systemui.common.shared.model.NotificationContainerBounds in <lambda>()
364 NotificationContainerBounds(top = top, bottom = bottom, isAnimated = animate) in <lambda>()