Home
last modified time | relevance | path

Searched refs:slideInVertically (Results 1 – 25 of 65) sorted by relevance

123

/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedContentSamples.kt32 import androidx.compose.animation.slideInVertically in <lambda>()
79 slideInVertically { it } + fadeIn() togetherWith in <lambda>()
85 slideInVertically { -it } + fadeIn() togetherWith in <lambda>()
DAnimatedVisibilitySamples.kt47 import androidx.compose.animation.slideInVertically in <lambda>()
180 slideInVertically( in FullyLoadedTransition()
383 enter = slideInVertically(initialOffsetY = { it }), in AVScopeAnimateEnterExit()
679 enter = slideInVertically(), in AnimateEnterExitPartialContent()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualinspection/
DAnimatedContentWithInterruptions.kt23 import androidx.compose.animation.slideInVertically in <lambda>()
55 (slideInVertically { it } togetherWith fadeOut(targetAlpha = 0.88f)).apply { in <lambda>()
DEnterExitCombination.kt33 import androidx.compose.animation.slideInVertically in <lambda>()
229 TopCenter -> slideInVertically { -it } in CenterMenu()
230 BottomCenter -> slideInVertically { it } in CenterMenu()
DSeekingDebugging.kt30 import androidx.compose.animation.slideInVertically in <lambda>()
145 slideInVertically( in ComplexAV()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimateEnterExitDemo.kt29 import androidx.compose.animation.slideInVertically in <lambda>()
116 slideInVertically( in <lambda>()
DAnimatedVisibilityDemo.kt34 import androidx.compose.animation.slideInVertically in <lambda>()
225 slideInVertically( in FullyLoadedTransition()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/fancy/
DChatScreenDemo.kt25 import androidx.compose.animation.slideInVertically in <lambda>()
188 slideInVertically( in ColumnScope()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/sharedelement/
DSwitchBetweenCollapsedAndExpanded.kt31 import androidx.compose.animation.slideInVertically
158 fadeIn(tween(1000)) + slideInVertically { -it / 3 }, in HomePage()
253 fadeIn() + slideInVertically { it / 3 }, in ExpandedCard()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt459 slideInVertically(animationSpec) { in slideIntoContainer()
465 slideInVertically(animationSpec) { in slideIntoContainer()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DDatePicker.kt29 import androidx.compose.animation.slideInVertically in <lambda>()
1590 slideInVertically(animationSpec = spatialInOutAnimationSpec) { height -> in SwitchableDateEntryContent()
1601 slideInVertically( in SwitchableDateEntryContent()
/compose/animation/animation/bcv/native/
D1.7.0.txt82slideInVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Int…
D1.8.0-beta02.txt166slideInVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Int…
Dcurrent.txt166slideInVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Int…
/compose/animation/animation/api/
D1.0.0-beta03.txt43 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
D1.0.0-beta04.txt43 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
D1.0.0-beta05.txt43 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
D1.0.0-beta06.txt37 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
D1.0.0-beta02.txt43 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
Drestricted_1.2.0-beta04.txt46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
Drestricted_1.1.0-beta03.txt46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
Drestricted_1.1.0-beta02.txt46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
Drestricted_1.1.0-beta05.txt46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
Drestricted_1.2.0-beta03.txt46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedVisibilityTest.kt572 slideInVertically(animationSpec = spec()) { 200 }, in <lambda>()

123