Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -2210,7 +2210,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { if (mLockscreenWallpaper != null && !mWallpaperManager.isLockscreenLiveWallpaperEnabled()) { mLockscreenWallpaper.setCurrentUser(newUserId); } mScrimController.setCurrentUser(newUserId); if (mWallpaperSupported) { mWallpaperChangedReceiver.onReceive(mContext, null); } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +0 −4 Original line number Diff line number Diff line Loading @@ -1476,10 +1476,6 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump } } public void setCurrentUser(int currentUser) { // Don't care in the base class. } private void updateThemeColors() { if (mScrimBehind == null) return; int background = Utils.getColorAttr(mScrimBehind.getContext(), Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -2210,7 +2210,6 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { if (mLockscreenWallpaper != null && !mWallpaperManager.isLockscreenLiveWallpaperEnabled()) { mLockscreenWallpaper.setCurrentUser(newUserId); } mScrimController.setCurrentUser(newUserId); if (mWallpaperSupported) { mWallpaperChangedReceiver.onReceive(mContext, null); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +0 −4 Original line number Diff line number Diff line Loading @@ -1476,10 +1476,6 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump } } public void setCurrentUser(int currentUser) { // Don't care in the base class. } private void updateThemeColors() { if (mScrimBehind == null) return; int background = Utils.getColorAttr(mScrimBehind.getContext(), Loading