Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimState.java +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ public enum ScrimState { // Scrim parameters should match KEYGUARD as we're showing on top of keyguard. mBehindTint = mBackgroundColor; mNotifTint = mNotificationScrimColor; mBehindAlpha = mScrimBehindAlphaKeyguard; mBehindAlpha = 0.0f; mNotifAlpha = 0.0f; mFrontAlpha = 0.0f; } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimState.java +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ public enum ScrimState { // Scrim parameters should match KEYGUARD as we're showing on top of keyguard. mBehindTint = mBackgroundColor; mNotifTint = mNotificationScrimColor; mBehindAlpha = mScrimBehindAlphaKeyguard; mBehindAlpha = 0.0f; mNotifAlpha = 0.0f; mFrontAlpha = 0.0f; } else { Loading