Home
last modified time | relevance | path

Searched defs:setRemoteInputRowBottomBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/
DRemoteInputInteractor.kt40 fun setRemoteInputRowBottomBound(bottom: Float?) { in setRemoteInputRowBottomBound() method in com.android.systemui.statusbar.domain.interactor.RemoteInputInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepository.kt49 fun setRemoteInputRowBottomBound(bottom: Float?) in setRemoteInputRowBottomBound() method
87 override fun setRemoteInputRowBottomBound(bottom: Float?) { in setRemoteInputRowBottomBound() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/data/repository/
DFakeRemoteInputRepository.kt28 override fun setRemoteInputRowBottomBound(bottom: Float?) {} in setRemoteInputRowBottomBound() method in com.android.systemui.statusbar.data.repository.FakeRemoteInputRepository