Home
last modified time | relevance | path

Searched refs:slideOutVertically (Results 1 – 25 of 62) sorted by relevance

123

/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedContentSamples.kt33 import androidx.compose.animation.slideOutVertically in <lambda>()
80 slideOutVertically { -it } + fadeOut() in <lambda>()
86 slideOutVertically { it } + fadeOut() in <lambda>()
DAnimatedVisibilitySamples.kt50 import androidx.compose.animation.slideOutVertically in <lambda>()
191 exit = slideOutVertically() + shrinkVertically() + fadeOut() + scaleOut(targetScale = 1.2f) in FullyLoadedTransition()
680 exit = slideOutVertically() in AnimateEnterExitPartialContent()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualinspection/
DAnimatedContentWithInterruptions.kt24 import androidx.compose.animation.slideOutVertically in <lambda>()
60 slideOutVertically { it } + fadeOut(targetAlpha = 0.88f)) in <lambda>()
DEnterExitCombination.kt36 import androidx.compose.animation.slideOutVertically in <lambda>()
241 TopCenter -> slideOutVertically { -it } in CenterMenu()
242 BottomCenter -> slideOutVertically { it } in CenterMenu()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DLookaheadWithDisappearingMoveableContentDemo.kt30 import androidx.compose.animation.slideOutVertically in <lambda>()
127 exit = fadeOut() + slideOutVertically { it }, in Details()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/sharedelement/
DSwitchBetweenCollapsedAndExpanded.kt32 import androidx.compose.animation.slideOutVertically
159 fadeOut(tween(50)) + slideOutVertically { -it / 3 } in HomePage()
254 fadeOut() + slideOutVertically { it / 3 } in ExpandedCard()
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimatedVisibilityDemo.kt36 import androidx.compose.animation.slideOutVertically in <lambda>()
230 exit = slideOutVertically() + shrinkVertically() + fadeOut() in FullyLoadedTransition()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt532 slideOutVertically(animationSpec) { in slideOutOfContainer()
537 slideOutVertically(animationSpec) { in slideOutOfContainer()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DDatePicker.kt30 import androidx.compose.animation.slideOutVertically in <lambda>()
1594 slideOutVertically( in SwitchableDateEntryContent()
1605 slideOutVertically( in SwitchableDateEntryContent()
/compose/animation/animation/bcv/native/
D1.7.0.txt85slideOutVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/In…
D1.8.0-beta02.txt169slideOutVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/In…
Dcurrent.txt169slideOutVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/In…
/compose/animation/animation/api/
D1.0.0-beta03.txt46 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional kot…
D1.0.0-beta04.txt46 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional kot…
D1.0.0-beta05.txt46 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional kot…
D1.0.0-beta06.txt40 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional kot…
D1.0.0-beta02.txt46 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional kot…
Drestricted_1.2.0-beta04.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.1.0-beta03.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.1.0-beta02.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.1.0-beta05.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.2.0-beta03.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.1.0-beta04.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.2.0-beta01.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…
Drestricted_1.2.0-beta02.txt49 …ime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(optional and…

123