Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ScrollViewFields.kt +0 −6 Original line number Diff line number Diff line Loading @@ -74,12 +74,6 @@ class ScrollViewFields { */ var remoteInputRowBottomBoundConsumer: Consumer<Float?>? = null /** * Any time the heads up height is recalculated, it should be updated here to be used by the * placeholder */ var headsUpHeightConsumer: Consumer<Float>? = null /** send the [syntheticScroll] to the [syntheticScrollConsumer], if present. */ fun sendSyntheticScroll(syntheticScroll: Float) = syntheticScrollConsumer?.accept(syntheticScroll) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ScrollViewFields.kt +0 −6 Original line number Diff line number Diff line Loading @@ -74,12 +74,6 @@ class ScrollViewFields { */ var remoteInputRowBottomBoundConsumer: Consumer<Float?>? = null /** * Any time the heads up height is recalculated, it should be updated here to be used by the * placeholder */ var headsUpHeightConsumer: Consumer<Float>? = null /** send the [syntheticScroll] to the [syntheticScrollConsumer], if present. */ fun sendSyntheticScroll(syntheticScroll: Float) = syntheticScrollConsumer?.accept(syntheticScroll) Loading