Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1fa27c8 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13081433 from d38edc36 to 25Q2-release

Change-Id: I7c4e67d3e633571b09817fe03ec199236a2b79f9
parents fbdd352a d38edc36
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ class MotionValue(
    private val gestureContext: GestureContext,
    initialSpec: MotionSpec = MotionSpec.Empty,
    val label: String? = null,
    private val stableThreshold: Float = 0.01f,
    private val stableThreshold: Float = StableThresholdEffect,
) : FloatState {

    /** The [MotionSpec] describing the mapping of this [MotionValue]'s input to the output. */
@@ -270,6 +270,9 @@ class MotionValue(
            )
        }

        const val StableThresholdEffect = 0.01f
        const val StableThresholdSpatial = 1f

        internal const val TAG = "MotionValue"
    }