Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ const val UNLOCK_ANIMATION_DURATION_MS = 167L * This animation will take place entirely within the Launcher window. We can safely unlock the * device, end remote animations, etc. even if this is still running. */ const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 1633L const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 633L /** * How long to wait for the shade to get out of the way before starting the canned unlock animation. Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ const val UNLOCK_ANIMATION_DURATION_MS = 167L * This animation will take place entirely within the Launcher window. We can safely unlock the * device, end remote animations, etc. even if this is still running. */ const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 1633L const val LAUNCHER_ICONS_ANIMATION_DURATION_MS = 633L /** * How long to wait for the shade to get out of the way before starting the canned unlock animation. Loading