Searched refs:expandVertically (Results 1 – 25 of 63) sorted by relevance
123
| /compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/ |
| D | AnimatedVisibilitySamples.kt | 37 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/ |
| D | AnimatedVisibilityDemo.kt | 27 import androidx.compose.animation.expandVertically in <lambda>() 109 enter = expandVertically(), in AnimatedItems() 229 ) + expandVertically(expandFrom = Alignment.Top) + fadeIn(initialAlpha = 0.3f), in FullyLoadedTransition()
|
| D | AnimatedVisiblilityLazyColumnDemo.kt | 22 import androidx.compose.animation.expandVertically in <lambda>() 72 enter = expandVertically(), in <lambda>()
|
| D | ScaleEnterExitDemo.kt | 22 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/ |
| D | EnterExitCombination.kt | 25 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/ |
| D | AnimatedVisibility.kt | 274 enter: EnterTransition = fadeIn() + expandVertically(), in AnimatedVisibility() 519 enter: EnterTransition = expandVertically() + fadeIn(), in AnimatedVisibility()
|
| /compose/animation/animation/bcv/native/ |
| D | 1.7.0.txt | 72 …expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
|
| D | 1.8.0-beta02.txt | 156 …expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
|
| D | current.txt | 156 …expandVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/IntS…
|
| /compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/ |
| D | AccessibilityNodeInspector.kt | 30 import androidx.compose.animation.expandVertically in <lambda>() 863 enter = expandVertically(expandFrom = Alignment.Top), in AccordionItemView()
|
| /compose/animation/animation/api/ |
| D | 1.0.0-beta03.txt | 35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | 1.0.0-beta04.txt | 35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | 1.0.0-beta05.txt | 35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | 1.0.0-beta06.txt | 29 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | 1.0.0-beta02.txt | 35 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.2.0-beta04.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.1.0-beta03.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.1.0-beta02.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.1.0-beta05.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.2.0-beta03.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.1.0-beta04.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.2.0-beta01.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| D | restricted_1.2.0-beta02.txt | 38 …ime.Stable public static androidx.compose.animation.EnterTransition expandVertically(optional andr…
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | FloatingToolbar.kt | 32 import androidx.compose.animation.expandVertically in <lambda>() 708 expandVertically( in horizontalEnterTransition()
|
| D | DatePicker.kt | 25 import androidx.compose.animation.expandVertically in <lambda>() 1744 expandVertically(animationSpec = shrinkExpandAnimationSpec) + in DatePickerContent()
|
123