Home
last modified time | relevance | path

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

/frameworks/libs/systemui/mechanics/benchmark/tests/src/com/android/mechanics/benchmark/
DMotionValueBenchmark.kt46 val motionValue = MotionValue(a::floatValue, gestureContext) in changeInput_readOutput() constant
58 val motionValue = MotionValue(a::floatValue, gestureContext) in readOutputMultipleTimes() constant
73 val motionValue = MotionValue(currentInput::floatValue, gestureContext) in readOutputMultipleTimesMeasureAll() constant
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/mechanics/
DTransitionScopedMechanicsAdapter.kt58 private var motionValue: MotionValue? = null variable in com.android.compose.animation.scene.mechanics.TransitionScopedMechanicsAdapter
68 var motionValue = motionValue in PropertyTransformationScope() variable
/frameworks/libs/systemui/mechanics/src/com/android/mechanics/debug/
DMotionValueDebugger.kt94 internal var motionValue = motionValue variable
115 private data class DebugMotionValueElement(val motionValue: MotionValue) : constant in DebugMotionValueElement
DDebugVisualization.kt211 val motionValue: MotionValue, constant in com.android.mechanics.debug.DebugMotionValueGraphElement
249 var motionValue = motionValue variable
/frameworks/libs/systemui/mechanics/tests/src/com/android/mechanics/testing/
DMotionValueToolkit.kt161 inspectors.forEach { (motionValue, inspector) -> in <lambda>() method
179 frameData.forEach { (motionValue, frames) -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/mechanics/
DTransitionScopedMechanicsAdapterTest.kt452 val motionValue = in <lambda>() constant in com.android.compose.animation.scene.mechanics.TransitionScopedMechanicsAdapterTest