commit | 20afaf7132ddb76ec0b0664f1c8877cdf73ee9a6 | [log] [tgz] |
---|---|---|
author | Jerry Chang <chenghsiuchang@google.com> | Fri Apr 21 12:46:41 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 21 12:46:41 2023 +0000 |
tree | a0d80262ed037c11112342b75606fe9f44f0fc9c | |
parent | edbec79e51a5489d1b9c7f078f4dae2c19dc3b83 [diff] | |
parent | 2940bd78b98c18c8306788a8a895cbc36d51fea1 [diff] |
Merge "Fix bottom split disappeared after unlock" into udc-dev am: 2940bd78b9 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22764158 Change-Id: Icc2f0d02ff2907dfbbfe682bcca23670c53bf9f2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt index 2d1b7ae..2925d8d 100644 --- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt +++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt
@@ -792,7 +792,8 @@ // Translate up from the bottom. surfaceBehindMatrix.setTranslate( surfaceBehindRemoteAnimationTarget.localBounds.left.toFloat(), - surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount) + surfaceBehindRemoteAnimationTarget.localBounds.top.toFloat() + + surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount) ) // Scale up from a point at the center-bottom of the surface.