Searched refs:viewHeightRepository (Results 1 – 2 of 2) sorted by relevance
40 private val viewHeightRepository: NotificationViewHeightRepository, in <lambda>() constant in com.android.systemui.statusbar.notification.stack.domain.interactor.NotificationStackAppearanceInteractor87 val syntheticScroll: Flow<Float> = viewHeightRepository.syntheticScroll.asStateFlow() in <lambda>()94 viewHeightRepository.isCurrentGestureOverscroll.asStateFlow() in <lambda>()114 viewHeightRepository.syntheticScroll.value = delta in <lambda>()119 viewHeightRepository.isCurrentGestureOverscroll.value = isOverscroll in <lambda>()
27 viewHeightRepository = notificationViewHeightRepository, in <lambda>()