Home
last modified time | relevance | path

Searched defs:remoteInputRowBottomBoundConsumer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DScrollViewFields.kt78 var remoteInputRowBottomBoundConsumer: Consumer<Float?>? = null variable in com.android.systemui.statusbar.notification.stack.ScrollViewFields
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationScrollViewModel.kt339 val remoteInputRowBottomBoundConsumer: (Float?) -> Unit = in <lambda>() constant