Home
last modified time | relevance | path

Searched defs:animatable (Results 1 – 22 of 22) sorted by relevance

/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DAnimatableTest.kt53 val animatable = Animatable(9f) in <lambda>() constant
84 val animatable = Animatable(0f) in <lambda>() constant
120 val animatable = Animatable(initialValue = from, typeConverter = offsetToVector) in <lambda>() constant
175 val animatable = Animatable(0f) in <lambda>() constant
252 val animatable = Animatable(5f) in <lambda>() constant
278 val animatable = in <lambda>() constant
319 val animatable = in animationResult_toString() constant
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DRememberInCompositionDetectorSuppressionTest.kt129 val animatable = Animatable(1f) in getDetector() constant
148 val animatable = Animatable(1f) in getDetector() constant
175 val animatable = Animatable(1f) in errorsIfIncorrectSuppressions() constant
194 val animatable = Animatable(1f) in errorsIfIncorrectSuppressions() constant
218 val animatable = Animatable(1f) in handlesExistingSuppressions() constant
226 val animatable = Animatable(1f) in handlesExistingSuppressions() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DFloatingActionButton.kt261 val animatable = in elevation() constant
339 private val animatable = Animatable(defaultElevation, Dp.VectorConverter) constant in androidx.compose.material.FloatingActionButtonElevationAnimatable
DButton.kt545 val animatable = remember { Animatable(target, Dp.VectorConverter) } in elevation() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionMagnifier.kt78 val animatable = remember { in rememberAnimatedMagnifierPosition() constant
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DOnPlacedSamples.kt55 var animatable by remember { in OnPlaced() variable
DModifierSamples.kt527 val animatable = Animatable(0f) in ModifierNodeCoroutineScopeSample() constant in ModifierNodeCoroutineScopeSample.AnimatedNode
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DAndroidTextFieldMagnifier.android.kt55 private val animatable = in <lambda>() constant in androidx.compose.foundation.text.input.internal.selection.TextFieldMagnifierNodeImpl28
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimateAsState.kt399 val animatable = remember { Animatable(targetValue, typeConverter, visibilityThreshold, label) } in <lambda>() constant
DDeferredTargetAnimation.kt55 private var animatable: Animatable<T, V>? = null variable in androidx.compose.animation.core.DeferredTargetAnimation
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimatedPlacementDemo.kt94 var animatable by mutableStateOf<Animatable<Offset, AnimationVector2D>?>(null) variable
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DBrushAnimatingSpanDemo.kt58 val animatable = remember { Animatable(0f) } in <lambda>() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingActionButton.kt1296 val animatable = in animateElevation() constant
1374 private val animatable = Animatable(defaultElevation, Dp.VectorConverter) constant in FloatingActionButtonElevationAnimatable
DCard.kt721 val animatable = remember { Animatable(target, Dp.VectorConverter) } in animateElevation() constant
DChip.kt2248 val animatable = remember { Animatable(target, Dp.VectorConverter) } in animateElevation() constant
2387 val animatable = remember { Animatable(target, Dp.VectorConverter) } in animateElevation() constant
DButton.kt1764 val animatable = remember { Animatable(target, Dp.VectorConverter) } in animateElevation() constant
DSegmentedButton.kt411 var animatable: Animatable<Int, AnimationVector1D>? = null variable in androidx.compose.material3.SegmentedButtonContentMeasurePolicy
DSearchBar.kt710 private val animatable: Animatable<Float, AnimationVector1D>, constant in androidx.compose.material3.SearchBarState
/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/animation/
DAnimationSearch.android.kt271 val animatable: Animatable<T, V>, in findToolingOverride() constant in AnimateXAsStateSearchInfo
315 val animatable = findAnimatable<T>(it) in findToolingOverride() constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/
DLayoutCoordinatesHelperTest.kt273 var animatable by remember { mutableStateOf<Animatable<Offset, AnimationVector2D>?>(null) } in <lambda>() variable
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimateBoundsModifier.kt283 private var animatable: Animatable<Rect, AnimationVector4D>? = null variable in androidx.compose.animation.BoundsTransformDeferredAnimation
/compose/foundation/foundation-lint/src/test/java/androidx/compose/foundation/lint/
DNonLambdaOffsetModifierDetectorTest.kt1218 private val animatable = Animatable<Dp, Any>(0.dp) in nonLambdaOffset_usingTopLevelAnimatableVariables_shouldWarn() constant
1267 val animatable = Animatable<Dp, Any>(0.dp) in nonLambdaOffset_usingClassPropertiesAnimatable_shouldWarn() constant