Home
last modified time | relevance | path

Searched defs:TransitionBuilder (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/
H A DFromBouncerToGoneTransition.kt7 fun TransitionBuilder.bouncerToGoneTransition() { regex
H A DFromLockscreenToGoneTransition.kt7 fun TransitionBuilder.lockscreenToGoneTransition() { regex
H A DFromGoneToQuickSettingsTransition.kt8 fun TransitionBuilder.goneToQuickSettingsTransition() { regex
H A DFromGoneToShadeTransition.kt8 fun TransitionBuilder.goneToShadeTransition() { regex
H A DFromLockscreenToBouncerTransition.kt8 fun TransitionBuilder.lockscreenToBouncerTransition() { regex
H A DFromLockscreenToQuickSettingsTransition.kt8 fun TransitionBuilder.lockscreenToQuickSettingsTransition() { regex
H A DFromShadeToQuickSettingsTransition.kt9 fun TransitionBuilder.shadeToQuickSettingsTransition() { regex
H A DFromLockscreenToShadeTransition.kt10 fun TransitionBuilder.lockscreenToShadeTransition() { regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DTransitionDsl.kt66 interface TransitionBuilder : PropertyTransformationBuilder { regex