Loading packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToShadeTransition.kt +2 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,7 @@ import com.android.systemui.plugins.keyguard.ui.composable.elements.LockscreenEl fun TransitionBuilder.lockscreenToShadeTransition(durationScale: Double = 1.0) { toShadeTransition(durationScale = durationScale) fractionRange(end = 0.05f) { fade(LockscreenElementKeys.StatusBar) } fractionRange(end = 0.2f) { fade(LockscreenElementKeys.Root) } } Loading
packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/transitions/FromLockscreenToShadeTransition.kt +2 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,7 @@ import com.android.systemui.plugins.keyguard.ui.composable.elements.LockscreenEl fun TransitionBuilder.lockscreenToShadeTransition(durationScale: Double = 1.0) { toShadeTransition(durationScale = durationScale) fractionRange(end = 0.05f) { fade(LockscreenElementKeys.StatusBar) } fractionRange(end = 0.2f) { fade(LockscreenElementKeys.Root) } }