Home
last modified time | relevance | path

Searched defs:remoteInputRowBottomBound (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepository.kt47 val remoteInputRowBottomBound: Flow<Float?> constant
85 override val remoteInputRowBottomBound = MutableStateFlow<Float?>(null) in setRemoteInputRowBottomBound() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/data/repository/
DFakeRemoteInputRepository.kt25 override val remoteInputRowBottomBound: Flow<Float?> = flowOf(null) constant in com.android.systemui.statusbar.data.repository.FakeRemoteInputRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/
DRemoteInputInteractor.kt37 val remoteInputRowBottomBound: Flow<Float> = constant in com.android.systemui.statusbar.domain.interactor.RemoteInputInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModel.kt175 val remoteInputRowBottomBound = remoteInputInteractor.remoteInputRowBottomBound in <lambda>() constant