Home
last modified time | relevance | path

Searched defs:motionValue (Results 1 – 5 of 5) sorted by relevance

/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/
DComposableMotionValue.kt38 val motionValue = in rememberMotionValue() constant
66 val motionValue = in rememberDerivedMotionValue() constant
/development/samples/MotionMechanics/src/com/android/mechanics/demo/presentation/
DDirectionChangeDemo.kt80 val motionValue = rememberMotionValue(gestureContext::dragOffset, { spec }, gestureContext) in DemoUi() constant
DSpecDemo.kt87 val motionValue = rememberMotionValue(gestureContext::dragOffset, { spec }, gestureContext) in <lambda>() constant
DDirectionSpecDemo.kt91 val motionValue = rememberMotionValue(gestureContext::dragOffset, { spec }, gestureContext) in <lambda>() constant
DGuaranteeBoxDemo.kt106 val motionValue = rememberMotionValue(gestureContext::dragOffset, { spec }, gestureContext) in DemoUi() constant