restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AnimatableAnimateToGenericsType() scheme("[androidx.compose.ui.UiComposable]") fun alphaAnimation( stable visible: Boolean ) restartable skippable fun AlphaAnimationSample() scheme("[androidx.compose.ui.UiComposable]") fun ArbitraryValueTypeAnimation( stable enabled: Boolean ) restartable skippable fun ArbitraryValueTypeTransitionSample() scheme("[androidx.compose.ui.UiComposable]") fun HeightAnimation( stable collapsed: Boolean ) restartable skippable fun DpAnimationSample() fun OffsetAnimation( stable selected: Boolean ) restartable skippable fun AnimateOffsetSample() scheme("[androidx.compose.ui.UiComposable]") fun Dot( stable scale: State ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfiniteProgressIndicator() scheme("[androidx.compose.ui.UiComposable]") fun InfinitelyPulsingHeart() restartable skippable fun InfiniteTransitionSample() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun InfiniteTransitionAnimateValueSample() fun simpleAnimate( stable target: Float ): Float scheme("[androidx.compose.ui.UiComposable]") fun InfiniteAnimationDemo() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun GestureAnimationSample() scheme("[androidx.compose.ui.UiComposable]") fun AnimateAlphaAndScale( stable modifier: Modifier stable transition: Transition ) restartable skippable fun AnimateFloatSample() scheme("[androidx.compose.ui.UiComposable]") fun PoppingInCard() scheme("[androidx.compose.ui.UiComposable]") fun doubleTapToLike() restartable skippable fun DoubleTapToLikeSample() scheme("[androidx.compose.ui.UiComposable]") fun DialerButton( stable visibilityTransition: Transition stable modifier: Modifier ) fun NumberPad( unused stable visibilityTransition: Transition ) scheme("[androidx.compose.ui.UiComposable]") fun childTransitionSample() restartable skippable fun CreateChildTransitionSample() scheme("[androidx.compose.ui.UiComposable]") fun SelectableItem( selectedState: MutableTransitionState ) scheme("[androidx.compose.ui.UiComposable]") fun ItemsSample( stable selectedId: Int ) restartable skippable fun TransitionStateIsIdleSample()