Home
last modified time | relevance | path

Searched refs:expandVertically (Results 1 – 25 of 63) sorted by relevance

123

/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedVisibilitySamples.kt37 import androidx.compose.animation.expandVertically in <lambda>()
185 expandVertically(expandFrom = Alignment.Top) + in FullyLoadedTransition()
293 enter = expandVertically(expandFrom = Alignment.Top) { 20 }, in ExpandShrinkVerticallySample()
439 enter = expandVertically(), in AVScopeAnimateEnterExit()
505 enter = expandVertically(), in AddAnimatedVisibilityToGenericTransitionSample()
614 enter = expandVertically(), in AnimatedVisibilityLazyColumnSample()
707 enter = scaleIn() + expandVertically(expandFrom = Alignment.CenterVertically), in ScaledEnterExit()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimatedVisibilityDemo.kt27 import androidx.compose.animation.expandVertically in <lambda>()
109 enter = expandVertically(), in AnimatedItems()
229 ) + expandVertically(expandFrom = Alignment.Top) + fadeIn(initialAlpha = 0.3f), in FullyLoadedTransition()
DAnimatedVisiblilityLazyColumnDemo.kt22 import androidx.compose.animation.expandVertically in <lambda>()
72 enter = expandVertically(), in <lambda>()
DScaleEnterExitDemo.kt22 import androidx.compose.animation.expandVertically
96 enter = scaleIn() + expandVertically(expandFrom = Alignment.CenterVertically), in ScaleEnterExitDemo()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualinspection/
DEnterExitCombination.kt25 import androidx.compose.animation.expandVertically in <lambda>()
211 TopCenter -> expandVertically(expandFrom = Top) in CenterMenu()
212 BottomCenter -> expandVertically(expandFrom = Bottom) in CenterMenu()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedVisibility.kt274 enter: EnterTransition = fadeIn() + expandVertically(), in AnimatedVisibility()
519 enter: EnterTransition = expandVertically() + fadeIn(), in AnimatedVisibility()
/compose/animation/animation/bcv/native/
D1.7.0.txt72expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
D1.8.0-beta02.txt156expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
Dcurrent.txt156expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/
DAccessibilityNodeInspector.kt30 import androidx.compose.animation.expandVertically in <lambda>()
863 enter = expandVertically(expandFrom = Alignment.Top), in AccordionItemView()
/compose/animation/animation/api/
D1.0.0-beta03.txt35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
D1.0.0-beta04.txt35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
D1.0.0-beta05.txt35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
D1.0.0-beta06.txt29 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
D1.0.0-beta02.txt35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.2.0-beta04.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.1.0-beta03.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.1.0-beta02.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.1.0-beta05.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.2.0-beta03.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.1.0-beta04.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.2.0-beta01.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
Drestricted_1.2.0-beta02.txt38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingToolbar.kt32 import androidx.compose.animation.expandVertically in <lambda>()
708 expandVertically( in horizontalEnterTransition()
DDatePicker.kt25 import androidx.compose.animation.expandVertically in <lambda>()
1744 expandVertically(animationSpec = shrinkExpandAnimationSpec) + in DatePickerContent()

123