Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/view/InWindowLauncherUnlockAnimationManager.kt +7 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.keyguard.ui.view import android.graphics.Rect import android.os.DeadObjectException import android.util.Log import android.view.View import com.android.systemui.dagger.SysUISingleton Loading Loading @@ -192,7 +193,12 @@ constructor( launcherAnimationController?.let { manualUnlockAmount = amount try { it.setUnlockAmount(amount, forceIfAnimating) } catch (e: DeadObjectException) { Log.e(TAG, "DeadObjectException in setUnlockAmount($amount, $forceIfAnimating)", e) } } } } Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/view/InWindowLauncherUnlockAnimationManager.kt +7 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ package com.android.systemui.keyguard.ui.view import android.graphics.Rect import android.os.DeadObjectException import android.util.Log import android.view.View import com.android.systemui.dagger.SysUISingleton Loading Loading @@ -192,7 +193,12 @@ constructor( launcherAnimationController?.let { manualUnlockAmount = amount try { it.setUnlockAmount(amount, forceIfAnimating) } catch (e: DeadObjectException) { Log.e(TAG, "DeadObjectException in setUnlockAmount($amount, $forceIfAnimating)", e) } } } }